vcl-dxgallery-ddebb740.md
A group in a TdxCustomGalleryGroups collection.
TdxCustomGalleryGroup = class(
TcxComponentCollectionItem,
IdxGalleryGroup
)
A gallery is comprised of groups - visual elements that display captions and child item collections. These groups are represented by TdxGalleryControlGroup objects derived from TdxCustomGalleryGroup.
This class introduces the following main members:
| Member | Description |
|---|---|
| ItemCount | Returns the number of the items that belong to the current TdxCustomGalleryGroup. |
| Items | Specifies the group’s items. |
| ShowCaption | Specifies the group header’s visibility. |
| Visible | Specifies whether the current group is visible within the control. |
TdxCustomGalleryGroup serves as the base class for TdxGalleryGroup and TdxRibbonGalleryGroup.
TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomGalleryGroup
See Also