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

TcxComboBoxProperties Class

Contains settings specific to combo box editors.

Declaration

TcxComboBoxProperties = class(
    TcxCustomComboBoxProperties
)

Remarks

This class contains a set of attributes controlling the behavior of combo box editors. Editor properties are set 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.

This class inherits the functionality defined in the TcxCustomComboBoxProperties class and publishes the properties required for enabling the editor’s automatic completion and incremental filtering features.

See Also