Windows.UI.Xaml.Controls.PivotItem.Header

June 22, 2022 ยท View on GitHub

-description

Gets or sets the header for the PivotItem.

-xaml-syntax

<PivotItem Header="headerString"/>
- or -
<PivotItem>
  <PivotItem.Header>
    headerObject
  </PivotItem.Header>
</PivotItem>

-xaml-values

headerString
headerStringA text string that serves as header content.
headerObject
headerObjectAn 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.
## -property-value Returns [Object](/dotnet/api/system.object?view=dotnet-uwp-10.0&preserve-view=true).

-remarks

-examples

-see-also