CalculationWorks Logo
BcfTableViewBaseApplySort Method (PropertyDescriptor, ListSortDirection)CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[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: 1.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

Reference