TdxCustomGalleryItems Class
In This Article
Represents the collection of items within the TdxGalleryControl class and serves as a base class for TdxGalleryControlItems.
#Declaration
Delphi
TdxCustomGalleryItems = class(
TcxInterfacedComponentCollection,
IdxGalleryItems
)
#Remarks
A gallery consists of groups and their child items. Each gallery group stores a collection of items that can be accessed via the TdxGalleryGroup.Items property.
TdxCustomGalleryItems serves as the base class for TdxGalleryItems and TdxRibbonGalleryGroupItems.
#Implements
#Inheritance
TObject
TPersistent
TcxComponentCollection
TcxInterfacedComponentCollection
TdxCustomGalleryItems
See Also