Back to Devexpress

TdxRibbonGalleryOptions Class

vcl-dxribbongallery-397b91db.md

latest2.6 KB
Original Source

TdxRibbonGalleryOptions Class

Provides appearance options for galleries.

Declaration

delphi
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:

Inheritance

TObject TPersistent TdxRibbonGalleryBaseOptions TdxCustomRibbonGalleryOptions TdxRibbonGalleryOptions

See Also

TdxRibbonGalleryOptions Members

dxRibbonGallery Unit