TdxRibbonGalleryOptions Class
Provides appearance options for galleries.
Declaration
TdxRibbonGalleryOptions = class(
TdxCustomRibbonGalleryOptions
)
Remarks
Use a gallery’s GalleryOptions property to access gallery options. Note that these options are common to all gallery groups and items within the gallery. To customize appearance settings for an individual group, use the group’s Options property.
In addition to the settings inherited from its ancestor class, the TdxRibbonGalleryOptions class provides options that allow you to customize the following gallery aspects:
For dropdown galleries and in-Ribbon galleries:
Item layout (ColumnCount);
Item selection settings (ItemSelectionMode and ItemAllowDeselect).
For dropdown galleries:
Group layout (SpaceBetweenGroups);
Gallery item layout (RowCount, EqualItemSizeInAllGroups).
For in-Ribbon galleries:
- Collapsed state settings (Collapsed, CanCollapse, MinColumnCount, and SubmenuResizing).
Inheritance
TObject
TPersistent
TdxRibbonGalleryBaseOptions
TdxCustomRibbonGalleryOptions
TdxRibbonGalleryOptions
See Also