TdxCustomRibbonGalleryItem.GalleryCategories Property
Provides access to gallery groups used to combine related gallery items into logical groups within a gallery.
Declaration
property GalleryCategories: TdxRibbonGalleryGroups read; write;
Property Value
Type |
---|
TdxRibbonGalleryGroups |
Remarks
At design time, this property provides the Ribbon gallery designer, which allows you to customize the gallery structure and exchange items between groups. To invoke the designer, navigate to the property within the Object Inspector and click the ellipsis button next to the property name. Refer to the How to Create an in-Ribbon Gallery at Design Time topic to learn more.
See Also