Skip to main content

TcxCheckComboBox.ActiveProperties Property

Provides access to active check combo box settings.

Declaration

property ActiveProperties: TcxCheckComboBoxProperties read;

Property Value

Type Description
TcxCheckComboBoxProperties

Stores check combo box settings.

Remarks

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

You cannot use the ActiveProperties property set to change editor settings. To accomplish this goal, you can do either of the following:

See Also