TdxGalleryGroups Class
The collection of groups within the TdxGalleryControlStructure class.
Declaration
TdxGalleryGroups = class(
TdxCustomGalleryGroups
)
Remarks
A gallery is comprised of groups - visual elements that display captions and child item collections. Groups are represented by TdxGalleryControlGroup objects derived from TdxGalleryGroup. You can access a collection of groups via the TdxGalleryControlStructure.Groups property that exposes the TdxGalleryControlGroups class derived from TdxGalleryGroups.
TdxGalleryGroups serves as the base class for TdxGalleryControlGroups.
Inheritance
See Also