Interface ISortDirection
Defines property to get the sort direction.
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public interface ISortDirection
Properties
SortDirection
Gets or sets the sort direction.
Declaration
ListSortDirection SortDirection { get; set; }
Property Value
Type |
---|
ListSortDirection |