SortableBindingListTSortDirectionCore Property
Gets the direction of the sort.
If the list is not sorted (that is, when
IsSorted returns
), this property returns
Ascending.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected override ListSortDirection SortDirectionCore { get; }
Protected Overrides ReadOnly Property SortDirectionCore As ListSortDirection
Get
protected:
virtual property ListSortDirection SortDirectionCore {
ListSortDirection get () override;
}
abstract SortDirectionCore : ListSortDirection with get
override SortDirectionCore : ListSortDirection with get
Property Value
ListSortDirection