CalculationWorks Logo
BcfTableViewBaseApplySort Method (String, 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 column name 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(
	string columnName,
	ListSortDirection direction
)

Parameters

columnName
Type: SystemString
Name of the column.
direction
Type: System.ComponentModelListSortDirection
The direction.
Exceptions

ExceptionCondition
ArgumentNullExceptioncolumnName
ArgumentExceptionassociated property of columnName not found
See Also

Reference