Table of Contents
MoreItemsButtonTemplate Property

Gets or sets the template for the "more items" button.

Syntax
 public DataTemplate MoreItemsButtonTemplate { get; set; }
Remarks

"More Items" button is displayed when user has selected multiple items, but the selection box does not have enough room to display all items. In this case, the ComboBox displays a "More Items" button immediately prior to the drop down button. Clicking "More Items" button opens a drop down window that displays all selected items. User can then unselect any selected items from the drop down.

See Also