Share via


TabViewItem.HeaderTemplate Property

Definition

Gets or sets the DataTemplate used to display the content to the right of the tab strip.

DataTemplate HeaderTemplate();

void HeaderTemplate(DataTemplate value);
public DataTemplate HeaderTemplate { get; set; }
var dataTemplate = tabViewItem.headerTemplate;
tabViewItem.headerTemplate = dataTemplate;
Public Property HeaderTemplate As DataTemplate

Property Value

The DataTemplate used to display the content to the right of the tab strip.

Applies to