ExtendedBindingListTApplySortCore Method
This is overridden to apply a sort based on the selected property descriptor and sort direction
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected override void ApplySortCore(
PropertyDescriptor prop,
ListSortDirection direction
)
Protected Overrides Sub ApplySortCore (
prop As PropertyDescriptor,
direction As ListSortDirection
)
protected:
virtual void ApplySortCore(
PropertyDescriptor^ prop,
ListSortDirection direction
) override
abstract ApplySortCore :
prop : PropertyDescriptor *
direction : ListSortDirection -> unit
override ApplySortCore :
prop : PropertyDescriptor *
direction : ListSortDirection -> unit
Parameters
- prop PropertyDescriptor
- The property descriptor to use for the sort values
- direction ListSortDirection
- The direction of the sort