Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableView.FindItemByTag(TcxTag) Method

Locates an item with the specified tag value.

#Declaration

Delphi
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