Gets or sets a value that indicates the status of the sort.
[Visual Basic]
Public Property SortEnabled As Boolean
[C#]
public bool SortEnabled {get; set;}
Property Value
true if a sort is valid; otherwise, false.
Example
How to get a value that indicates the status of the sort.
Dim state As Boolean = dbNavigate.SortEnabled
bool state = dbNavigate.SortEnabled;
See Also
AwDbNavigate Class | Asterworld.Data Namespace