Back to Devexpress

TdxGalleryItem.Checked Property

vcl-dxgallery-dot-tdxgalleryitem.md

latest820 B
Original Source

TdxGalleryItem.Checked Property

Specifies whether the item is in a checked or unchecked state.

Declaration

delphi
property Checked: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

This property’s behavior depends on the control’s ItemCheckMode property.

The default value of the Checked property is False.

See Also

How to Check And Uncheck Gallery Items

TdxGalleryItem Class

TdxGalleryItem Members

dxGallery Unit