Share via


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.

See Also

Reference

GridSerializer Class

GridSerializer Members

Microsoft.SharePoint.JSGrid Namespace