vcl-cxcheckbox-dot-tcxcustomcheckbox-16eedf8b.md
Provides access to check box settings.
property Properties: TcxCustomCheckBoxProperties read; write;
| Type | Description |
|---|---|
| TcxCustomCheckBoxProperties |
Stores check box settings.
|
You can use Properties to access and customize check box settings if the RepositoryItem property is unspecified. If a check box repository item is assigned to the RepositoryItem property, all settings accessible through Properties have no effect on the check box.
Note
You can use the ActiveProperties property to identify settings that currently affect the check box.
You can set the Properties.AllowGrayed property to True to enable an intermediate (grayed) state for the check box (in addition to checked and unchecked):
Properties.Glyph and Properties.GlyphCount properties allow you to display custom glyphs for individual check box states.
Refer to the TcxCheckBoxProperties class description for detailed information on all available options.
See Also
TcxCheckBox.Properties Property