NavigationView.FooterMenuItems Property

Definition

public:
 property IVector<Platform::Object ^> ^ FooterMenuItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> FooterMenuItems();
public IList<object> FooterMenuItems { get; }
var iVector = navigationView.footerMenuItems;
Public ReadOnly Property FooterMenuItems As IList(Of Object)

Property Value

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Applies to