Back to Devexpress

TdxCustomGalleryItems Class

vcl-dxgallery-91fe9c7d.md

latest1.3 KB
Original Source

TdxCustomGalleryItems Class

Represents the collection of items within the TdxGalleryControl class and serves as a base class for TdxGalleryControlItems.

Declaration

delphi
TdxCustomGalleryItems = class(
    TcxInterfacedComponentCollection,
    IdxGalleryItems
)

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.

TdxCustomGalleryItems serves as the base class for TdxGalleryItems and TdxRibbonGalleryGroupItems.

Implements

IdxGalleryItems

Inheritance

TObject TPersistent TcxComponentCollection TcxInterfacedComponentCollection TdxCustomGalleryItems

See Also

TdxCustomGalleryItems Members

dxGallery Unit