Back to Devexpress

TdxCustomTileControl.RemoveGroup(TdxTileControlGroup) Method

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-dot-removegroup-x28-dxcustomtilecontrol-dot-tdxtilecontrolgroup-x29.md

latest1.2 KB
Original Source

TdxCustomTileControl.RemoveGroup(TdxTileControlGroup) Method

Removes a specified tile group from the tile control.

Declaration

delphi
procedure RemoveGroup(AGroup: TdxTileControlGroup);

Parameters

NameType
AGroupTdxTileControlGroup

Remarks

This method removes the AGroup group from the Groups collection and the tile control. The group’s items will not be removed – they will be unlinked and still be available via the Items collection.

Note

To postpone immediate repainting of the tile control in response to layout/appearance changes, enclose the code that performs multiple RemoveGroup method calls within the BeginUpdate/EndUpdate method blocks.

See Also

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit