GridSerializer.SortedColumns property
Gets or sets the sorted columns associated with the grid.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SortedColumns As FieldOrderCollection
Get
Set
'Usage
Dim instance As GridSerializer
Dim value As FieldOrderCollection
value = instance.SortedColumns
instance.SortedColumns = value
public FieldOrderCollection SortedColumns { get; set; }
Property value
Type: Microsoft.SharePoint.JSGrid.FieldOrderCollection
A FieldOrderCollection representing the sorted columns.