Click or drag to resize
KaxListBoxFindItemIndexByValue Method (String)
Finds the index of the item whose Value property is the same as the specified value.

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 FindItemIndexByValue(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: Int32
The index of the item whose Value property is the same as the specified value. -1 if no item is found.
See Also