Specifies the position of a navigation item in the NavigationViewPane control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum NavigationViewItemPosition
Fields
Specifies that the navigation item should be placed in the content area of the NavigationViewPane control.
C#
Content = 0
Specifies that the navigation item should be placed in the footer area of the NavigationViewPane control.
C#
Footer = 2
Specifies that the navigation item should be placed in the header area of the NavigationViewPane control.
C#
Header = 1