Skip to main content

TcxCustomCheckBox.ActiveProperties Property

Provides access to active check box settings.

Declaration

property ActiveProperties: TcxCustomCheckBoxProperties read;

Property Value

Type Description
TcxCustomCheckBoxProperties

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