DataNavigatorFind Method
Find an item value in the specified member of the data source
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int Find(
string member,
Object key
)
Public Function Find (
member As String,
key As Object
) As Integer
public:
int Find(
String^ member,
Object^ key
)
member Find :
member : string *
key : Object -> int
- member String
- The member in the data source to search for the key value
- key Object
- The item to find in the data source
Int32The zero-based index of the found item or -1 if not found