Back to Devexpress

TdxCustomGalleryGroups Class

vcl-dxgallery-ba5074ce.md

latest1.2 KB
Original Source

TdxCustomGalleryGroups Class

A collection of groups within the TdxCustomGallery class.

Declaration

delphi
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

IdxGalleryGroups

Inheritance

TObject TPersistent TcxComponentCollection TcxInterfacedComponentCollection TdxCustomGalleryGroups

See Also

TdxCustomGalleryGroups Members

dxGallery Unit