Extended Binding ListTSort Direction Core Property
This returns the current sort direction if sorting has been applied
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected override ListSortDirection SortDirectionCore { get; }VB
Protected Overrides ReadOnly Property SortDirectionCore As ListSortDirection
GetC++
protected:
virtual property ListSortDirection SortDirectionCore {
ListSortDirection get () override;
}F#
abstract SortDirectionCore : ListSortDirection with get
override SortDirectionCore : ListSortDirection with get