Enum
NavigationViewDisplayMode

Defines constants that specify how the pane is shown in a NavigationView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum NavigationViewDisplayMode

Fields

Compact

The pane always shows as a narrow sliver which can be opened to full width.

Declaration

cs-api-definition
Compact = 1

Field Value

NavigationViewDisplayMode

Expanded

The pane stays open alongside the content.

Declaration

cs-api-definition
Expanded = 2

Field Value

NavigationViewDisplayMode

Minimal

Only the menu button remains fixed. The pane shows and hides when the menu button is clicked.

Declaration

cs-api-definition
Minimal = 0

Field Value

NavigationViewDisplayMode

In this article
DefinitionFieldsCompactExpandedMinimal
Not finding the help you need?
Contact Support