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.Data
Assembly: Syncfusion.Data.UWP.dll
Syntax
public interface ISortDirection
Properties
SortDirection
Gets or sets the possible direction of a sort operation.
Declaration
ListSortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
ListSortDirection | The possible direction of a sort operation. |