Back to Devexpress

TcxCheckBox.Properties Property

vcl-cxcheckbox-dot-tcxcheckbox-56cbbc43.md

latest1.8 KB
Original Source

TcxCheckBox.Properties Property

Provides access to check box settings.

Declaration

delphi
property Properties: TcxCheckBoxProperties read; write;

Property Value

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

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

TcxDBCheckBox.Properties Property

TcxCheckBox Class

TcxCheckBox Members

cxCheckBox Unit