ComboBox.SelectionBoxItemTemplate 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.
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.