Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCheckComboBoxProperties Class

Stores settings specific to check combo box controls.

#Declaration

Delphi
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