NavigationViewLayout
Represents the layout of the RadNavigationView control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class NavigationViewLayout : RadLayout
Inheritance: objectRadLayoutNavigationViewLayout
Inherited Members
Constructors
Initializes a new instance of the NavigationViewLayout class.
public NavigationViewLayout()
Fields
CompactPaneWidthProperty
BindableProperty
Identifies the CompactPaneWidth property.
public static readonly BindableProperty CompactPaneWidthProperty
ContentProperty
BindableProperty
Identifies the Content property.
public static readonly BindableProperty ContentProperty
DisplayModeProperty
BindableProperty
Identifies the DisplayMode property.
public static readonly BindableProperty DisplayModeProperty
HeaderProperty
BindableProperty
Identifies the Header property.
public static readonly BindableProperty HeaderProperty
OverlayProperty
BindableProperty
Identifies the Overlay property.
public static readonly BindableProperty OverlayProperty
PaneProperty
BindableProperty
Identifies the Pane property.
public static readonly BindableProperty PaneProperty
Properties
Gets or sets the width of the navigation pane in compact mode.
public double CompactPaneWidth { get; set; }
Content
View
Gets or sets the content of the navigation view.
public View Content { get; set; }
Gets or sets a value that indicates how the pane is displayed - Minimal, Compact or Expanded.
public NavigationViewDisplayMode DisplayMode { get; set; }
Header
View
Gets or sets the header of the navigation view.
public View Header { get; set; }
Overlay
View
Gets or sets the overlay of the navigation view.
public View Overlay { get; set; }
Pane
View
Gets or sets the pane of the navigation view.
public View Pane { get; set; }
Methods
protected override void OnChildAdded(Element childElement)
protected override void OnChildRemoved(Element childElement, int childIndex)