New to Telerik UI for BlazorStart a free 30-day trial

Sort

Enum

Sort order.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum Sort

Fields

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

C#
Ascending = 1

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

C#
Descending = 2

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

C#
None = 0
In this article
DefinitionFieldsAscendingDescendingNone
Not finding the help you need?
Contact Support