Back to Devexpress

TdxInRibbonGalleryOptions Class

vcl-dxribbongallery-9034b624.md

latest2.2 KB
Original Source

TdxInRibbonGalleryOptions Class

Appearance settings for in-Ribbon galleries.

Declaration

delphi
TdxInRibbonGalleryOptions = class(
    TPersistent
)

Remarks

Settings are applied to galleries that are displayed inside the Ribbon.

These include:

PropertyDescription
AlwaysShowItemCaptionSpecifies whether a gallery item‘s caption is visible.
CanCollapseSpecifies whether an in-Ribbon gallery can be automatically collapsed to a sub-menu when the Ribbon control is resized.
CollapsedSpecifies whether an in-Ribbon gallery is collapsed to a sub-menu.
ItemSizeSpecifies the height and width of gallery items.
MinColumnCountSpecifies the minimum number of columns displayed in an in-Ribbon gallery.

The TdxInRibbonGalleryOptions object is referenced by the gallery’s GalleryInRibbonOptions property.

Inheritance

TObject TPersistent TdxInRibbonGalleryOptions

See Also

TdxInRibbonGalleryOptions Members

dxRibbonGallery Unit