KaxListBoxFindItemIndexByValue Method (String) |
Finds the index of the item whose
Value property is the same as the specified value.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int FindItemIndexByValue(
string value
)
Public Function FindItemIndexByValue (
value As String
) As Integer
public:
int FindItemIndexByValue(
String^ value
)
member FindItemIndexByValue :
value : string -> int
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