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

TdxCustomGalleryItem Class

Represents a gallery item and serves as a base class for TdxGalleryControlItem.

#Declaration

Delphi
TdxCustomGalleryItem = class(
    TcxComponentCollectionItem,
    IdxGalleryItem
)

#Remarks

A gallery consists of groups and their child items. The TdxCustomGalleryItem class represents a gallery item. Items are group content elements that display images and text (captions and descriptions) and can be manipulated (clicked) by end-users.

You can access items via the parent group’s TdxGalleryGroup.Items property.

This class introduces the following members:

Member Description
Enabled Specifies whether the item is enabled.
Glyph Specifies the glyph displayed.
Hint Specifies whether the item displays a hint.
ImageIndex Specifies the glyph by pointing to an image from the associated image list.

TdxCustomGalleryItem serves as the base class for TdxGalleryItem and TdxRibbonGalleryGroupItem.

#Implements

See Also