Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRibbonBackstageViewGalleryControl.Gallery Property

Specifies groups and items displayed within the Ribbon Backstage View gallery.

#Declaration

Delphi
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