Skip to main content

TdxCustomGallery.FindItemByTag(TcxTag) Method

Locates an item with the specified tag value.

Declaration

function FindItemByTag(ATag: TcxTag): TdxGalleryItem;

Parameters

Name Type
ATag TcxTag

Returns

Type
TdxGalleryItem

Remarks

Use the FindItemByTag method to locate an item. This method finds an item whose TdxGalleryControlItem.Tag property value matches the ATag parameter.

If there are multiple items with the same Tag property value, the method returns the first found item.

See Also