TdxGalleryItem.Checked Property
In This Article
Specifies whether the item is in a checked or unchecked state.
#Declaration
Delphi
property Checked: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
This property’s behavior depends on the control’s ItemCheckMode property.
The default value of the Checked property is False.
See Also