Skip to main content

TdxCustomGalleryItem Class

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

Declaration

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