ComboBox.SelectionBoxItemTemplate Property

Definition

Gets the template applied to the selection box content.

DataTemplate SelectionBoxItemTemplate();
public DataTemplate SelectionBoxItemTemplate { get; }
var dataTemplate = comboBox.selectionBoxItemTemplate;
Public ReadOnly Property SelectionBoxItemTemplate As DataTemplate

Property Value

The template applied to the selection box content.

Applies to