Click or drag to resize

BcfTableViewBaseTRowViewSetSort Method (ComparisonTRowView)

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<TRowView> comparison
)

Parameters

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