Click or drag to resize

BcfTableViewBaseTRowViewSetSort Method (ComparisonTRowView)

[This is preliminary documentation and is subject to change.]

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public void SetSort(
	params Comparison<TRowView>[] comparisons
)

Parameters

comparisons
Type: SystemComparisonTRowView
The sort function. Set null or an empty array to clear sort.
See Also