Back to Devexpress

TcxCustomCheckComboBoxProperties Class

vcl-cxcheckcombobox-4baf1fac.md

latest2.0 KB
Original Source

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.

Implements

IdxMultiPartGlyphSupport

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties TcxCustomCheckComboBoxProperties

See Also

TcxCustomCheckComboBox.Properties

TcxCustomCheckComboBoxProperties Members

cxCheckComboBox Unit