Share via


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.

See also

Reference

GridColumn class

GridColumn members

Microsoft.SharePoint.JSGrid namespace