Interface ISortDirection
The interface that defines the sort direction. The user can implement this
interface in custom sort comparer to get the sort direction.
Namespace: Syncfusion.Maui.Data
Assembly: Syncfusion.Maui.Data.dll
Syntax
public interface ISortDirectionProperties
SortDirection
Gets or sets the possible direction of a sort operation.
Declaration
ListSortDirection SortDirection { get; set; }Property Value
| Type | Description | 
|---|---|
| System.ComponentModel.ListSortDirection | The possible direction of a sort operation. |