Back to Devexpress

Ribbon Gallery Groups

vcl-155017-expressbars-fundamentals-ribbon-ribbon-galleries-gallery-groups.md

latest1.8 KB
Original Source

Ribbon Gallery Groups

  • Dec 28, 2020

The purpose of gallery groups is to categorize related gallery items. As the Microsoft® Office® 2007 UI guidelines require, gallery items are displayed across group panels only in a dropdown gallery.

A gallery group is represented by the TdxRibbonGalleryGroup object available via the gallery’s GalleryCategories property. This object provides the following interface:

MemberDescription
HeaderProvides access to a gallery group header’s settings.
ItemsProvides a collection of gallery items displayed within the gallery group.
OptionsProvides appearance options for a gallery group.
VisibleSpecifies a gallery group’s visibility.

At design time, you can easily customize the gallery structure and exchange items between groups using the Ribbon gallery designer.

See Also

How to Create an in-Ribbon Gallery at Design Time

In-Ribbon Gallery

Ribbon Galleries