CodeCharge Studio |
All C#.NET VB.NET |
public SorterState State{get;set;}
Public Property State() As SorterState
| Type | Description |
|---|---|
| Ascending | The sorter in Ascending state. |
| Descending | The sorter in Descending state. |
| None | The sorter is inactive. |
Sorter1.State = SorterState.Ascending;
Sorter1.State = SorterState.Ascending