Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 790 Bytes

tabview_tabstripfooter.md

File metadata and controls

29 lines (17 loc) · 790 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TabView.TabStripFooter
winrt property

Microsoft.UI.Xaml.Controls.TabView.TabStripFooter

-description

Gets or sets the content that is shown to the right of the tab strip.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

The element that is shown to the right of the tab strip.

-remarks

The TabStripFooter property takes a single element. This is typically a layout panel, such as Grid or StackPanel, that contains additional elements.

-see-also

-examples