Skip to main content

TdxCustomGalleryItems Class

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

Declaration

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

See Also