Click or drag to resize
KaxListViewSortExpressionCollectionAddSortExpression Method (KaxListViewSortExpression)
If AllowMultiFieldSorting is true adds the sortExpression in the collection. Else any other expression previously stored in the collection wioll be removed

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 AddSortExpression(
	KaxListViewSortExpression sortExpression
)

Parameters

sortExpression
Type: Kettic.AspNet.ControlsKaxListViewSortExpression
See Also