Click or drag to resize
KaxListViewSortExpressionParse Method
Parses a string representation of the sort order and returns GirdSortExpression.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static KaxListViewSortExpression Parse(
	string expression
)

Parameters

expression
Type: SystemString

Return Value

Type: KaxListViewSortExpression
See Also