Class NavigationViewDisplayMode
Defines constants that specify how the pane is shown in a NavigationView.
Inheritance
System.Object
NavigationViewDisplayMode
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class NavigationViewDisplayMode : Enum
Fields
The pane always shows as a narrow sliver which can be opened to full width.
Declaration
public const NavigationViewDisplayMode Compact
Field Value
The pane stays open alongside the content.
Declaration
public const NavigationViewDisplayMode Expanded
Field Value
Only the menu button remains fixed. The pane shows and hides when the menu button is clicked.
Declaration
public const NavigationViewDisplayMode Minimal
Field Value
Extension Methods