Enum
Sort

Sort order.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum Sort

Fields

Ascending

Ascending (increasing, from small to large) order according to the rules for the current field type.

Declaration

cs-api-definition
Ascending = 1

Field Value

Sort

Descending

Descending (decreasing, from large to small) order according to the rules for the current field type.

Declaration

cs-api-definition
Descending = 2

Field Value

Sort

None

Natural sorting - as the items occur in the data source.

Declaration

cs-api-definition
None = 0

Field Value

Sort

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