The TcxCheckBoxProperties
object is a helper object that contains properties specific to check boxes represented by the TcxCheckBox
component. To obtain the TcxCheckBoxProperties
object from scripts, use the TcxCheckBox.Properties
property.
The TcxCheckBoxProperties
object provides properties that let you adjust various check box attributes. The AllowGrayed
property specifies whether the check box can have an immediate (grayed) state. The MultiLine
property enables wrapping of the check box text if it does not fit the component width. To specify a custom image displayed instead of the check box, use the Glyph
property.