|
PropertyComparerT Constructor
|
Constructs a new property comparer.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public PropertyComparer(
PropertyDescriptor property,
ListSortDirection direction
)
Public Sub New (
property As PropertyDescriptor,
direction As ListSortDirection
)
Request Example
View SourceParameters
- property
- Type: System.ComponentModelPropertyDescriptor
- direction
- Type: System.ComponentModelListSortDirection
See Also