Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 517 Bytes

tabviewitem_header.md

File metadata and controls

27 lines (16 loc) · 517 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TabViewItem.Header
winrt property

Microsoft.UI.Xaml.Controls.TabViewItem.Header

-description

Gets or sets the content that appears inside the tab strip to represent the tab.

-property-value

The content that appears inside the tab strip to represent the tab.

-remarks

Generally the Header of the TabViewItem is just a TextBlock corresponding to the title of the tab.

-see-also

-examples