Click or drag to resize

BcfTableViewBaseSetSort Method

Sets the sort function specified by comparison and updates the item order.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public void SetSort(
	Comparison<BcfRowView> comparison
)

Parameters

comparison
Type: SystemComparisonBcfRowView
The sort function. Set to clear sort.
See Also