Click or drag to resize

BcfTableViewBaseApplySort Method (String, ListSortDirection)

[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: 4.0.0-beta7
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