Skip to main content

TdxGalleryItems Class

A collection of items in the TdxGalleryControl class.

Declaration

TdxGalleryItems = class(
    TdxCustomGalleryItems
)

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.

TdxGalleryItems serves as the base class for TdxGalleryControlItems

See Also