C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / AllowAutoSort Property

In This Topic
AllowAutoSort Property
In This Topic
Gets or sets a value that determines whether automatic sorting is enabled.
Syntax
'Declaration
 
Public Overridable Property AllowAutoSort As System.Boolean
 

Property Value

The default value is True.
Remarks
Set this property to True to enable automatic sorting. To enable sorting you must also set the AllowSorting to true.
See Also