Table of Contents
MultiSelectionItemTemplate Property

Gets or Sets the item template of the Multi selection Item's content.

Syntax
 public DataTemplate MultiSelectionItemTemplate { get; set; }
Remarks

Use this property to customize the appearance of the item when it appears inside the selection box. It is particularly useful if you wish to customize the delete button of the selected item when ShowCheckBoxes is set to true. See here for an example about how to use this feature.

See Also