Back to Devexpress

TdxGalleryItem Class

vcl-dxgallery-92c8e1a0.md

latest1.1 KB
Original Source

TdxGalleryItem Class

Serves as the base class for TdxGalleryControlItem.

Declaration

delphi
TdxGalleryItem = class(
    TdxCustomGalleryItem
)

Remarks

This class extends its ancestor class with the Checked property that specifies the item’s checked state. End-users can click the item to switch its checked state.

TdxGalleryItem objects are stored as TdxGalleryItems collection items.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomGalleryItem TdxGalleryItem

See Also

TdxGalleryItem Members

dxGallery Unit