ExtendedBindingListTApplySortCore Method

This is overridden to apply a sort based on the selected property descriptor and sort direction

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected override void ApplySortCore(
	PropertyDescriptor prop,
	ListSortDirection direction
)

Parameters

prop  PropertyDescriptor
The property descriptor to use for the sort values
direction  ListSortDirection
The direction of the sort

See Also