CodeCharge Studio All C#.NET VB.NET

State Run-Time Property (.NET)

Applies to

Sorter Control

Syntax

C#.NET

public SorterState State{get;set;}

VB.NET

Public Property State() As SorterState

Description

The state of the sorter control.
Type Description
Ascending  The sorter in Ascending state.
Descending  The sorter in Descending state.
None  The sorter is inactive.

Examples

C#.NET

Sorter1.State = SorterState.Ascending;

VB.NET

Sorter1.State = SorterState.Ascending


On-line, printable versions and updates