Share via


PivotedGridColumn.FieldKeys Property

Define the key fields for a pivoted gird 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 PivotedGridColumn
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

PivotedGridColumn Class

PivotedGridColumn Members

Microsoft.SharePoint.JSGrid Namespace