Back to Devexpress

TdxCustomGalleryItem Class

vcl-dxgallery-5fe74468.md

latest2.0 KB
Original Source

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:

MemberDescription
EnabledSpecifies whether the item is enabled.
GlyphSpecifies the glyph displayed.
HintSpecifies whether the item displays a hint.
ImageIndexSpecifies the glyph by pointing to an image from the associated image list.

TdxCustomGalleryItem serves as the base class for TdxGalleryItem and TdxRibbonGalleryGroupItem.

Implements

IdxGalleryItem

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomGalleryItem

See Also

TdxCustomGalleryItem Members

dxGallery Unit