Click or drag to resize
Accord.NET (logo)

SortableBindingListTApplySortCore Method

Sorts the items.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
protected override void ApplySortCore(
	PropertyDescriptor prop,
	ListSortDirection direction
)
Request Example View Source

Parameters

prop
Type: System.ComponentModelPropertyDescriptor
direction
Type: System.ComponentModelListSortDirection
See Also