Udostępnij za pośrednictwem


TabView.TabStripFooterTemplate Property

Definition

Gets or sets the DataTemplate used to display the content of the TabStripFooter.

DataTemplate TabStripFooterTemplate();

void TabStripFooterTemplate(DataTemplate value);
public DataTemplate TabStripFooterTemplate { get; set; }
var dataTemplate = tabView.tabStripFooterTemplate;
tabView.tabStripFooterTemplate = dataTemplate;
Public Property TabStripFooterTemplate As DataTemplate

Property Value

The DataTemplate used to display the content of the TabStripFooter, if there is one. The default is null.

Applies to