Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Pivot.HeaderTemplate 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 or sets the template for the Header property of PivotItem children.

DataTemplate HeaderTemplate();

void HeaderTemplate(DataTemplate value);
public DataTemplate HeaderTemplate { get; set; }
var dataTemplate = pivot.headerTemplate;
pivot.headerTemplate = dataTemplate;
Public Property HeaderTemplate As DataTemplate
<Pivot HeaderTemplate="resourceReferenceToDataTemplate"/>
- or -
<Pivot>
 <Pivot.HeaderTemplate>
 <DataTemplate>
 dataTemplateDefinition
 </DataTemplate>
 </Pivot.HeaderTemplate>
</Pivot>

Property Value

The template for the Header property of PivotItem children.

Applies to

See also


Feedback

Was this page helpful?