Windows.UI.Xaml.Controls.Pivot.RightHeader
June 22, 2022 ยท View on GitHub
-description
Gets or sets the content for the header on the control's right side.
-xaml-syntax
<Pivot RightHeader="headerString"/>
- or -
<Pivot>
<Pivot.RightHeader>headerObject</Pivot.RightHeader>
</Pivot>
-xaml-values
- headerString
- headerStringA text string that serves as header content.
- headerObject
- headerObjectA single object element that serves as header content. Use discretion when using objects as header content; not all objects are suitable for use within the limited presentation surface that appears for headers.
-remarks
You can set a data template for the RightHeader value by using the RightHeaderTemplate property.