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

RepositoryItemCheckedComboBoxEdit.AllowMultiSelect Property

Gets or sets whether multiple items can be selected simultaneously in the dropdown.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public bool AllowMultiSelect { get; set; }

Property Value

Type Default Description
Boolean **false**

true if multiple items can be selected simultaneously in the dropdown; otherwise, false.

Remarks

If the AllowMultiSelect property is set to true, an end-user can select/unselect multiple items simultaneously. To select/unselect items, click them one by one, while holding the CTRL key down, and then press SPACE. Instead of pressing SPACE, you can click the checkbox of any selected item to change their check states. Contiguous item selection using the SHIFT and arrow keys is also supported.

See Also