TdxCustomRibbonGalleryItem.DropDownGallery Property
In This Article
Specifies a dropdown gallery.
#Declaration
Delphi
property DropDownGallery: TdxRibbonDropDownGallery read; write;
#Property Value
Type |
---|
Tdx |
#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