Table of Contents
SelectionBoxItemTemplate Property

Gets the item template of the selection box content.

Syntax
 public DataTemplate SelectionBoxItemTemplate { get; }
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