Skip to main content

TdxCustomGalleryGroups Class

A collection of groups within the TdxCustomGallery class.

Declaration

TdxCustomGalleryGroups = class(
    TcxInterfacedComponentCollection,
    IdxGalleryGroups
)

Remarks

A gallery is comprised of groups - visual elements that display captions and child item collections. Groups are represented by TdxCustomGalleryGroup objects.

TdxCustomGalleryGroups serves as the base class for TdxGalleryGroups and TdxRibbonGalleryGroups.

Implements

See Also