TdxCustomRibbonBackstageViewGalleryControl.Gallery Property
Specifies groups and items displayed within the Ribbon Backstage View gallery.
Declaration
property Gallery: TdxRibbonBackstageViewGallery read; write;
Property Value
Type |
---|
TdxRibbonBackstageViewGallery |
Remarks
This property exposes a TdxRibbonBackstageViewGallery object, which allows you to populate the Ribbon Backstage View gallery with groups and items. At design time, the property provides an intuitive designer window, which you can invoke using any of the following methods:
Double-click the gallery control residing on a form;
Select Edit… in the gallery control’s context menu;
In the Object Inspector, click the ellipsis button next to the Gallery property.
See Also