Back to Devexpress

TdxGalleryItems Class

vcl-dxgallery-7039f021.md

latest1.0 KB
Original Source

TdxGalleryItems Class

A collection of items in the TdxGalleryControl class.

Declaration

delphi
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

Inheritance

TObject TPersistent TcxComponentCollection TcxInterfacedComponentCollection TdxCustomGalleryItems TdxGalleryItems

See Also

TdxGalleryItems Members

dxGallery Unit