Click or drag to resize
KaxListViewSortExpressionCollectionIndexOf Method
Searches for the specified KaxListViewSortExpression and returns the zero-based index of the first occurrence within the entire KaxListViewSortExpressionCollection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int IndexOf(
	KaxListViewSortExpression viewSortExpression
)

Parameters

viewSortExpression
Type: Kettic.AspNet.ControlsKaxListViewSortExpression

Return Value

Type: Int32
See Also