Click or drag to resize

BcfTableViewBaseApplySort Method (PropertyDescriptor, ListSortDirection)

Sorts the list based on a PropertyDescriptor and a ListSortDirection.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public void ApplySort(
	PropertyDescriptor property,
	ListSortDirection direction
)

Parameters

property
Type: System.ComponentModelPropertyDescriptor
The PropertyDescriptor to sort by.
direction
Type: System.ComponentModelListSortDirection
One of the ListSortDirection values.

Implements

IBindingListApplySort(PropertyDescriptor, ListSortDirection)
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty
See Also