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: 3.0.2.0
Syntax
public virtual void ApplySort(
	PropertyDescriptor property,
	ListSortDirection direction
)

Parameters

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

Implements

IBindingList.ApplySort(PropertyDescriptor, ListSortDirection)
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also