TdxTileControlGroup Class
A tile group.
Declaration
TdxTileControlGroup = class(
TcxComponentCollectionItem,
IcxStoredObject,
IcxStoredParent
)
Remarks
This class introduces members that allow you to do the following:
Control the group’s visibility within a tile control (Visible and MakeVisible);
Specify the group’s caption settings (Caption);
Access and manage tile items within the group (Items, Add, DeleteItem, DeleteItems, RemoveItem, and RemoveItems);
Arrange tile items within the group (MoveItem);
Customize group layout persistence settings (OnGetStoredProperties, OnGetStoredPropertyValue, and OnSetStoredPropertyValue).
TdxTileControlGroup objects are stored within a tile control’s Groups collection.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxTileControlGroup
See Also