Back to Devexpress

TdxGalleryGroups Class

vcl-dxgallery-e327085c.md

latest1.4 KB
Original Source

TdxGalleryGroups Class

The collection of groups within the TdxGalleryControlStructure class.

Declaration

delphi
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

TObject TPersistent TcxComponentCollection TcxInterfacedComponentCollection TdxCustomGalleryGroups TdxGalleryGroups

See Also

TdxGalleryGroups Members

dxGallery Unit