GridColumn.IsSortable Property
Gets or sets a value that indicates whether the column is sortable.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsSortable As Boolean
Get
Set
'Usage
Dim instance As GridColumn
Dim value As Boolean
value = instance.IsSortable
instance.IsSortable = value
public bool IsSortable { get; set; }
Property Value
Type: System.Boolean
true if the column is sortable; otherwise false.