Click or drag to resize
CalculationWorks Logo
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: 2.1.0.0
Syntax
public virtual 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