Back to Devexpress

TdxRibbonGalleryItem Class

vcl-dxribbongallery.md

latest1.6 KB
Original Source

TdxRibbonGalleryItem Class

An in-Ribbon gallery.

Declaration

delphi
TdxRibbonGalleryItem = class(
    TdxCustomRibbonGalleryItem,
    IdxGallery
)

Remarks

A gallery is a bar item used to display a set of command choices.

This type of gallery can only be used in a Ribbon. To display a gallery as a popup window invoked on any TWinControl control, use TdxRibbonDropDownGallery instead.

The TdxRibbonGalleryItem object is referenced by the toolbar’s ItemLinks.Item property.

Implements

IdxGallery

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem TdxCustomRibbonGalleryItem TdxRibbonGalleryItem

See Also

TdxRibbonGalleryItem Members

dxRibbonGallery Unit