Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>.