NavigationView.FooterMenuItemsSource Property

Definition

Gets or sets the object that represents the navigation items to be used in the footer menu.

public:
 property Platform::Object ^ FooterMenuItemsSource { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable FooterMenuItemsSource();

void FooterMenuItemsSource(IInspectable value);
public object FooterMenuItemsSource { get; set; }
var object = navigationView.footerMenuItemsSource;
navigationView.footerMenuItemsSource = object;
Public Property FooterMenuItemsSource As Object

Property Value

Object

Platform::Object

IInspectable

The object that is used to generate the content of the NavigationView FooterMenuItems. The default is null.

Applies to