Skip to main content

TcxCheckBox.ActiveProperties Property

Provides access to active check box settings.

Declaration

property ActiveProperties: TcxCheckBoxProperties read;

Property Value

Type Description
TcxCheckBoxProperties

Stores check box settings.

Remarks

Use ActiveProperties to identify settings that currently affect the check box.

You cannot use ActiveProperties to modify check box settings. To accomplish this goal, you can do the following:

See Also