Back to Devexpress

TcxCustomCheckBox.Properties Property

vcl-cxcheckbox-dot-tcxcustomcheckbox-16eedf8b.md

latest1.9 KB
Original Source

TcxCustomCheckBox.Properties Property

Provides access to check box settings.

Declaration

delphi
property Properties: TcxCustomCheckBoxProperties read; write;

Property Value

TypeDescription
TcxCustomCheckBoxProperties

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

TcxCheckBox.Properties Property

TcxDBCheckBox.Properties Property

TcxCustomCheckBox Class

TcxCustomCheckBox Members

cxCheckBox Unit