NavigationView.FooterMenuItemsSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The object that is used to generate the content of the NavigationView FooterMenuItems. The default is null.