vcl-dxgallery-e327085c.md
The collection of groups within the TdxGalleryControlStructure class.
TdxGalleryGroups = class(
TdxCustomGalleryGroups
)
A gallery is comprised of groups - visual elements that display captions and child item collections. Groups are represented by TdxGalleryControlGroup objects derived from TdxGalleryGroup. You can access a collection of groups via the TdxGalleryControlStructure.Groups property that exposes the TdxGalleryControlGroups class derived from TdxGalleryGroups.
TdxGalleryGroups serves as the base class for TdxGalleryControlGroups.
TObject TPersistent TcxComponentCollection TcxInterfacedComponentCollection TdxCustomGalleryGroups TdxGalleryGroups
See Also