Back to Devexpress

TdxRibbonGalleryItemBarItemLinkPositionInDropDown Enum

vcl-dxribbongallery-9bd47c07.md

latest1.1 KB
Original Source

TdxRibbonGalleryItemBarItemLinkPositionInDropDown Enum

Enumerates a bar item link’s positions in a ribbon gallery’s drop-down menu.

Declaration

delphi
TdxRibbonGalleryItemBarItemLinkPositionInDropDown = (
    ilpAfterGallery,
    ilpBeforeGallery
);

Members

Name
ilpAfterGallery
ilpBeforeGallery

Remarks

Options include:

ValueDescriptionExample
ilpAfterGalleryThe menu displays an item link below a gallery.
ilpBeforeGalleryThe menu displays an item link above a gallery.

The bar item link’s PositionInDropDown property references the TdxRibbonGalleryItemBarItemLink type.

See Also

TCustomdxBarSubItem.ItemLinks

TdxBarCustomPopupComponent.ItemLinks

dxRibbonGallery Unit