Back to Devexpress

TcxCheckComboBoxProperties Class

vcl-cxcheckcombobox-6c2713f4.md

latest2.4 KB
Original Source

TcxCheckComboBoxProperties Class

Provides properties specific to check combo box controls.

Declaration

delphi
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.

Inheritance

Show 11 items

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties TcxCustomCheckComboBoxProperties TcxCheckComboBoxProperties

See Also

TcxCustomCheckComboBox.Properties

TcxCheckComboBoxProperties Members

cxCheckComboBox Unit