Back to Devexpress

TdxInMenuGalleryOptions Class

vcl-dxribbongallery-bab2483d.md

latest2.5 KB
Original Source

TdxInMenuGalleryOptions Class

Appearance settings for dropdown galleries.

Declaration

delphi
TdxInMenuGalleryOptions = class(
    TPersistent
)

Remarks

Settings are applied to galleries that are displayed inside a dropdown window.

These include:

PropertyDescription
CollapsedInSubmenuSpecifies whether a gallery is collapsed in the menu.
DropDownGalleryResizingSpecifies the manner in which a sub-menu’s dropdown window for a collapsed gallery can be resized by end-users.
EqualItemSizeInAllGroupsSpecifies whether all the item sizes in gallery groups are identical.
ItemPullHighlightingModeSpecifies the manner in which gallery items are highlighted in a group.
ItemSizeSpecifies the height and width of gallery items.
ItemTextAlignVertSpecifies items’ text vertical alignment in all gallery groups.
ItemTextKindSpecifies the caption and description visibility for gallery items.
RowCountSpecifies the maximum number of rows simultaneously visible in a gallery.

The TdxInMenuGalleryOptions object is referenced by the gallery’s GalleryInMenuOptions property.

Inheritance

TObject TPersistent TdxInMenuGalleryOptions

See Also

TdxInMenuGalleryOptions Members

dxRibbonGallery Unit