Click or drag to resize
KaxListViewSortExpressionCollectionAddAt Method
Adds a KaxListViewSortExpression to the collection at the specified index.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddAt(
	int index,
	KaxListViewSortExpression sortExpression
)

Parameters

index
Type: SystemInt32
sortExpression
Type: Kettic.AspNet.ControlsKaxListViewSortExpression
Remarks
As a convenience feature, adding at an index greater than zero will set the AllowMultiFieldSorting to true.
See Also