Skip to main content

TcxCheckComboBoxProperties Class

Provides properties specific to check combo box controls.

Declaration

TcxCheckComboBoxProperties = class(
    TcxCustomCheckComboBoxProperties
)

Remarks

The TcxCheckComboBoxProperties class provides settings specific to check combo box controls. To access these settings, see the TcxCustomCheckComboBox.Properties property. To control any changes made to the control’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

The TcxCheckComboBoxProperties class doesn’t introduce new functionality but simply publishes properties inherited from base classes. Refer to the TcxCustomCheckComboBoxProperties topic for more information.

See Also