TdxGalleryItem.Checked Property
Specifies whether the item is in a checked or unchecked state.
Declaration
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