TdxCustomGalleryGroupHeader Class
In This Article
The base class for gallery group headers.
#Declaration
Delphi
TdxCustomGalleryGroupHeader = class(
TcxOwnedPersistent
)
#Remarks
A header is used to visually identify a group within a gallery.
TdxCustomGalleryGroupHeader serves as the base class for TdxGalleryGroupHeader and TdxRibbonGalleryGroupHeader.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxCustomGalleryGroupHeader
See Also