Click or drag to resize
KaxListViewSortExpressionCollectionGetExpression Method
Find a SortExpression in the collection if it contains any with sort field = expression

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

Parameters

expression
Type: SystemString
sort field

Return Value

Type: KaxListViewSortExpression
See Also