Share via


GridColumn.FieldKeys Property

Gets or sets a collection of field keys associated with the column.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Property FieldKeys As IEnumerable(Of String)
    Get
    Set
'Usage
Dim instance As GridColumn
Dim value As IEnumerable(Of String)

value = instance.FieldKeys

instance.FieldKeys = value
public override IEnumerable<string> FieldKeys { get; set; }

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.

See Also

Reference

GridColumn Class

GridColumn Members

Microsoft.SharePoint.JSGrid Namespace