ListViewByQuery.DisableSort Property
Gets or sets a Boolean value that specifies whether to disable sorting items in the list view.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DisableSort As Boolean
Get
Set
'Usage
Dim instance As ListViewByQuery
Dim value As Boolean
value = instance.DisableSort
instance.DisableSort = value
public bool DisableSort { get; set; }
Property Value
Type: System.Boolean
true to disable sorting; otherwise, false. The default value is false.