GridSerializer.PivotedGridColumns property

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.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace