TdxGalleryItems Class
In This Article
A collection of items in the TdxGalleryControl class.
#Declaration
Delphi
TdxGalleryItems = class(
TdxCustomGalleryItems
)
#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.
TdxGalleryItems serves as the base class for TdxGalleryControlItems
#Inheritance
See Also