New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the layout of the RadNavigationView control.

Definition

Namespace:Telerik.Maui.Controls.NavigationView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class NavigationViewLayout : RadLayout

Inheritance: objectRadLayoutNavigationViewLayout

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the NavigationViewLayout class.

C#
public NavigationViewLayout()

Fields

CompactPaneWidthProperty

BindableProperty

Identifies the CompactPaneWidth property.

C#
public static readonly BindableProperty CompactPaneWidthProperty

ContentProperty

BindableProperty

Identifies the Content property.

C#
public static readonly BindableProperty ContentProperty

DisplayModeProperty

BindableProperty

Identifies the DisplayMode property.

C#
public static readonly BindableProperty DisplayModeProperty

HeaderProperty

BindableProperty

Identifies the Header property.

C#
public static readonly BindableProperty HeaderProperty

OverlayProperty

BindableProperty

Identifies the Overlay property.

C#
public static readonly BindableProperty OverlayProperty

PaneProperty

BindableProperty

Identifies the Pane property.

C#
public static readonly BindableProperty PaneProperty

Properties

Gets or sets the width of the navigation pane in compact mode.

C#
public double CompactPaneWidth { get; set; }

Gets or sets the content of the navigation view.

C#
public View Content { get; set; }

Gets or sets a value that indicates how the pane is displayed - Minimal, Compact or Expanded.

C#
public NavigationViewDisplayMode DisplayMode { get; set; }

Header

View

Gets or sets the header of the navigation view.

C#
public View Header { get; set; }

Gets or sets the overlay of the navigation view.

C#
public View Overlay { get; set; }

Pane

View

Gets or sets the pane of the navigation view.

C#
public View Pane { get; set; }

Methods

C#
protected override void OnChildAdded(Element childElement)
Parameters:childElementElement
C#
protected override void OnChildRemoved(Element childElement, int childIndex)
Parameters:childElementElementchildIndexint