Skip to main content

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:

For dropdown galleries:

For in-Ribbon galleries:

See Also