AllowAutoSort Property (Column)
In This Topic
Gets or sets whether this column allows automatic sorting.
Syntax
'Declaration
Public Property AllowAutoSort As Boolean
'Usage
Dim instance As Column
Dim value As Boolean
instance.AllowAutoSort = value
value = instance.AllowAutoSort
public bool AllowAutoSort {get; set;}
See Also