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

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

See Also