RepositoryItemCheckedComboBoxEdit.AllowMultiSelect Property
Gets or sets whether multiple items can be selected simultaneously in the dropdown.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.