TcxCustomGridTableView.FindItemByTag(TcxTag) Method
Locates an item with the specified tag value.
Declaration
function FindItemByTag(ATag: TcxTag): TcxCustomGridTableItem;
Parameters
Name | Type |
---|---|
ATag | TcxTag |
Returns
Type |
---|
TcxCustomGridTableItem |
Remarks
Use the FindItemByTag method to locate an item within the current View according to the item’s Tag property value. This can be useful when creating items and accessing them at runtime. This method finds an item with the specified tag value within the View.Items collection.
See Also