TdxRibbonBackstageViewGalleryGroup Class
In This Article
A Ribbon Backstage View gallery group.
#Declaration
Delphi
TdxRibbonBackstageViewGalleryGroup = class(
TdxGalleryControlGroup
)
#Remarks
This class extends its ancestor class with the Items property that provides access to a collection of items contained within the gallery group.
TdxRibbonBackstageteViewGalleryGroup objects are referenced by the Ribbon Backstage View gallery’s Gallery.Groups property.
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxCustomGalleryGroup
TdxGalleryGroup
TdxGalleryControlGroup
TdxRibbonBackstageViewGalleryGroup
See Also