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.
Gets the pivoted grid columns.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property PivotedGridColumns As IEnumerable(Of PivotedGridColumn)
Get
'Usage
Dim instance As GridSerializer
Dim value As IEnumerable(Of PivotedGridColumn)
value = instance.PivotedGridColumns
public IEnumerable<PivotedGridColumn> PivotedGridColumns { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<PivotedGridColumn>
A collection of pivoted grid columns.
Remarks
The specified columns match the ones passed to the EnablePivotedGridPane(IEnumerable<PivotedGridColumn>) method.