Click or drag to resize

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: 4.2.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