Share via


TabView.TabItems Property

Definition

Overloads

TabItems

Gets the collection used to generate the tabs within the control.

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

TabItems

Gets the collection used to generate the tabs within the control.

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

public:
 property IVector<Platform::Object ^> ^ TabItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> TabItems();
public IList<object> TabItems { get; }
Public ReadOnly Property TabItems As IList(Of Object)

Property Value

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Applies to