Pivot.RightHeaderTemplate 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 on the control's right side.
DataTemplate RightHeaderTemplate();
void RightHeaderTemplate(DataTemplate value);
public DataTemplate RightHeaderTemplate { get; set; }
var dataTemplate = pivot.rightHeaderTemplate;
pivot.rightHeaderTemplate = dataTemplate;
Public Property RightHeaderTemplate As DataTemplate
<Pivot RightHeaderTemplate="resourceReferenceToDataTemplate"/>
- or -
<Pivot>
<Pivot.RightHeaderTemplate>
<DataTemplate>
dataTemplateDefinition
</DataTemplate>
</Pivot.RightHeaderTemplate>
</Pivot>
Property Value
The template for the header on the control's right side.