|
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
)
Public Sub SetPropertyAndDirection (
descriptor As PropertyDescriptor,
direction As ListSortDirection
)
Request Example
View SourceParameters
- descriptor
- Type: System.ComponentModelPropertyDescriptor
- direction
- Type: System.ComponentModelListSortDirection
See Also