Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 943 Bytes

pivotitem_header.md

File metadata and controls

41 lines (29 loc) · 943 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.PivotItem.Header
winrt property

Windows.UI.Xaml.Controls.PivotItem.Header

-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