Skip to main content

TcxCheckBox.Properties Property

Provides access to check box settings.

Declaration

property Properties: TcxCheckBoxProperties read; write;

Property Value

Type Description
TcxCheckBoxProperties

Stores check box settings.

Remarks

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.

Available Options

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):

VCL Editors Library: Three Check Box States

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