Enum
SortingState

Describes a sorting state.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum SortingState

Fields

Ascending

Column is sorted in Ascending order.

Declaration

cs-api-definition
Ascending = 0

Field Value

SortingState

Descending

Column is sorted in Descending order.

Declaration

cs-api-definition
Descending = 1

Field Value

SortingState

None

No column sorting.

Declaration

cs-api-definition
None = 2

Field Value

SortingState

In this article
DefinitionFieldsAscendingDescendingNone
Not finding the help you need?
Contact Support