Skip to main content
A newer version of this page is available. .

TcxColorComboBoxProperties Class

Contains settings of the TcxColorComboBox editor.

Declaration

TcxColorComboBoxProperties = class(
    TcxCustomColorComboBoxProperties
)

Remarks

This class contains settings defining the appearance and behavior of the color combo box control. A TcxColorComboBoxProperties object can be accessed using the editor’s Properties property. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

The TcxColorComboBoxProperties class is derived from the TcxCustomColorComboBoxProperties and simply publishes its properties and events. Please refer to the ancestor’s description for details on available properties and methods.

See Also