MultiSelectComboBox.DefaultItemTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default item template to use. This is used to format all list box items, including the select all list box item. This is different from , will format all list box items, but the select all list box item.
public System.Windows.DataTemplate DefaultItemTemplate { get; set; }
member this.DefaultItemTemplate : System.Windows.DataTemplate with get, set
Public Property DefaultItemTemplate As DataTemplate