New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the current sort direction of a DataGridColumn instance. This enumeration is used solely for visualization purposes and differs from the SortOrder type that is used for data operations.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum SortDirection

Fields

The column is sorted in ascending order.

C#
Ascending = 1

The column is sorted in descending order.

C#
Descending = 2

No sorting is applied.

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