vcl-cxcheckcombobox-6c2713f4.md
Provides properties specific to check combo box controls.
TcxCheckComboBoxProperties = class(
TcxCustomCheckComboBoxProperties
)
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.
Show 11 items
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties TcxCustomCheckComboBoxProperties TcxCheckComboBoxProperties
See Also
TcxCustomCheckComboBox.Properties