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

TdxGalleryControlItem Class

A gallery item.

#Declaration

Delphi
TdxGalleryControlItem = class(
    TdxGalleryItem
)

#Remarks

The class members allow you to do the following:

  • Assign an image to the item (Glyph and ImageIndex).

  • Set the item’s caption and description (Caption and Description).

  • Specify the item’s hint (Hint).

  • Select the item (Checked).

  • Move the item between gallery groups (Group).

  • Specify if a user can interact with the item (Enabled).

An item collection‘s Items property references a TdxGalleryControlItem object.

See Also