TdxGalleryItem Class
In This Article
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
See Also