TdxCustomGalleryGroups Class
In This Article
A collection of groups within the TdxCustomGallery class.
#Declaration
Delphi
TdxCustomGalleryGroups = class(
TcxInterfacedComponentCollection,
IdxGalleryGroups
)
#Remarks
A gallery is comprised of groups - visual elements that display captions and child item collections. Groups are represented by TdxCustomGalleryGroup objects.
TdxCustomGalleryGroups serves as the base class for TdxGalleryGroups and TdxRibbonGalleryGroups.
#Implements
#Inheritance
TObject
TPersistent
TcxComponentCollection
TcxInterfacedComponentCollection
TdxCustomGalleryGroups
See Also