KaxListBoxFindItemByValue Method |
Finds the first 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 KaxListBoxItem FindItemByValue(
string value
)
Public Function FindItemByValue (
value As String
) As KaxListBoxItem
public:
KaxListBoxItem^ FindItemByValue(
String^ value
)
member FindItemByValue :
value : string -> KaxListBoxItem
Parameters
- value
- Type: SystemString
The value to search for.
Return Value
Type:
KaxListBoxItem
The first item whose
Value property is the same as the specified value. Null (Nothing) otherwise.
See Also