Click or drag to resize
KaxListViewSortExpressionCollectionAddSortExpression Method (String)
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(
	string expression
)

Parameters

expression
Type: SystemString
String containing sort field and optionaly sort order (ASC or DESC)
See Also