Method DataToItem
DataToItem(object?)
Finds the item with the specified data.
protected virtual ListControlItem? DataToItem(object? data)
Parameters
data
objectData to search for.
Finds the item with the specified data.
protected virtual ListControlItem? DataToItem(object? data)
data
objectData to search for.