Class NavigationViewLayout
Inheritance
System.Object
NavigationViewLayout
Assembly: Telerik.Maui.Controls.dll
Syntax
public class NavigationViewLayout : RadLayout
Constructors
Declaration
public NavigationViewLayout()
Fields
Declaration
public static readonly BindableProperty CompactPaneWidthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty DisplayModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty OverlayProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Identifies the Pane property.
Declaration
public static readonly BindableProperty PaneProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Gets or sets the width of the navigation pane in compact mode.
Declaration
public double CompactPaneWidth { get; set; }
Property Value
Gets or sets the content of the navigation view.
Declaration
public View Content { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
Gets or sets a value that indicates how the pane is displayed - Minimal, Compact or Expanded.
Declaration
public NavigationViewDisplayMode DisplayMode { get; set; }
Property Value
Gets or sets the overlay of the navigation view.
Declaration
public View Overlay { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
Gets or sets the pane of the navigation view.
Declaration
public View Pane { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
Methods
Declaration
protected override void OnChildAdded(Element childElement)
Parameters
Microsoft.Maui.Controls.Element
childElement
|
Declaration
protected override void OnChildRemoved(Element childElement, int childIndex)
Parameters
Microsoft.Maui.Controls.Element
childElement
|
System.Int32
childIndex
|
Extension Methods