Skip to main content

TcxCustomCheckComboBoxProperties Class

Stores settings specific to check combo box controls.

Declaration

TcxCustomCheckComboBoxProperties = class(
    TcxCustomComboBoxProperties,
    IdxMultiPartGlyphSupport
)

Remarks

TcxCustomCheckComboBoxProperties serves as the base class for the TcxCheckComboBoxProperties class. The latter just publishes properties and events introduced in TcxCustomCheckComboBoxProperties or its ancestors.

TcxCustomCheckComboBoxProperties provides settings specific to check combo box controls. These allow you to specify the delimiter separating checked items in the edit box, the text displayed when no items are selected, etc.

You can access settings for a check combo box control via its Properties object.

See Also