Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also