Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseApplySort Method (String, ListSortDirection)
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: 2.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