Table of Contents
IsSelectedItemsDropDownOpen Property

Gets or sets a value that indicates whether the drop-down for selected items is currently open.

Syntax
 public Boolean IsSelectedItemsDropDownOpen { get; set; }
Remarks

This property is different than IsDropDownOpen. EO ComboBox can display two different drop-downs: one contains all items, the other only contains selected items when ShowCheckBoxes is true. The purpose of the second drop down is display all selected (checked) items so that user can uncheck them. This property indicates whether the second drop down is open.

See Multi-Selection for ComboBox for more details about this feature.

See Also