Skip to main content

TdxCustomRibbonGalleryItem.DropDownGallery Property

Specifies a dropdown gallery.

Declaration

property DropDownGallery: TdxRibbonDropDownGallery read; write;

Property Value

Type
TdxRibbonDropDownGallery

Remarks

The dropdown gallery for this gallery will be created automatically, if this property’s value is nil. It will contain the same items as in in-Ribbon gallery and will also inherit all item layout settings.

If you wish to provide custom dropdown gallery content for an in-Ribbon gallery, assign the desired TdxRibbonDropDownGallery object to this property.

See Also