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