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

TdxTileControlGroup.RemoveItem(TdxTileControlItem) Method

Removes a specific tile or tile bar item from the group.

#Declaration

Delphi
procedure RemoveItem(AItem: TdxTileControlItem);

#Parameters

Name Type
AItem TdxTileControlItem

#Remarks

Call this procedure to unlink a tile item passed as the AItem parameter from the current group. The unlinked and hidden tile remains within the control’s Items collection, available for further use. To clear the group by unlinking all its tile items, call the RemoveItems procedure instead.

To destroy tile items within the group, call the DeleteItem or DeleteItems procedure.

Note

Calling the RemoveItem procedure has no effect if the specified tile item is not within the group.

See Also