Click or drag to resize

BcfTableViewBaseApplySort Method (PropertyDescriptor, ListSortDirection)

[This is preliminary documentation and is subject to change.]

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.0.0-beta7
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