TdxRibbonGalleryGroupItem Class
In This Article
A gallery item.
#Declaration
Delphi
TdxRibbonGalleryGroupItem = class(
TdxCustomGalleryItem
)
#Remarks
A gallery item represents a command in a gallery. Gallery items are displayed in a specified gallery group within a gallery.
The TdxRibbonGalleryGroupItem object is referenced by the gallery group’s Items property.
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxCustomGalleryItem
TdxRibbonGalleryGroupItem
See Also