Back to Devexpress

TcxCustomCheckBox.ActiveProperties Property

vcl-cxcheckbox-dot-tcxcustomcheckbox-efc1087a.md

latest1.4 KB
Original Source

TcxCustomCheckBox.ActiveProperties Property

Provides access to active check box settings.

Declaration

delphi
property ActiveProperties: TcxCustomCheckBoxProperties read;

Property Value

TypeDescription
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

TcxCheckBox.ActiveProperties Property

TcxDBCheckBox.ActiveProperties Property

TcxCustomCheckBox Class

TcxCustomCheckBox Members

cxCheckBox Unit