|
ConfusionMatrixViewApplySort Method
|
Does nothing.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public void ApplySort(
PropertyDescriptor property,
ListSortDirection direction
)
Public Sub ApplySort (
property As PropertyDescriptor,
direction As ListSortDirection
)
Request Example
View SourceParameters
- property
- Type: System.ComponentModelPropertyDescriptor
- direction
- Type: System.ComponentModelListSortDirection
Implements
IBindingListApplySort(PropertyDescriptor, ListSortDirection)See Also