Click or drag to resize
Accord.NET (logo)

PropertyComparerTSetPropertyAndDirection Method

Sets the property being sorted and the sorting direction.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public void SetPropertyAndDirection(
	PropertyDescriptor descriptor,
	ListSortDirection direction
)
Request Example View Source

Parameters

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