Skip to main content

TcxCustomCheckComboBox.Properties Property

Provides access to settings specific to the check combobox control.

Declaration

property Properties: TcxCustomCheckComboBoxProperties read; write;

Property Value

Type
TcxCustomCheckComboBoxProperties

Remarks

Use the Properties property to access the TcxCustomCheckComboBoxProperties object, which provides settings specific to the check combobox control. These allow you to specify the control’s items collection, the delimiter separating checked items in the edit box, etc.

See Also