DataListFindString(String, String) Method
Finds the first item whose given member starts with the given string. The search is not
case-sensitive.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int FindString(
string member,
string key
)
Public Function FindString (
member As String,
key As String
) As Integer
public:
int FindString(
String^ member,
String^ key
)
member FindString :
member : string *
key : string -> int
- member String
- The member in the data source to search for the string value
- key String
- The string for which to search
Int32The zero-based index of the found item or -1 if not found