SortableBindingListTSortDirectionCore Property

Gets the direction of the sort.
If the list is not sorted (that is, when IsSorted returns ), this property returns Ascending.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected override ListSortDirection SortDirectionCore { get; }

Property Value

ListSortDirection

See Also