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