Class NavigationViewLayout
Represents the layout of the RadNavigationView control.
Inherited Members
Namespace: Telerik.Maui.Controls.NavigationView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class NavigationViewLayout : RadLayout
Represents the layout of the RadNavigationView control.
public class NavigationViewLayout : RadLayout
Initializes a new instance of the NavigationViewLayout class.
public NavigationViewLayout()
Identifies the CompactPaneWidth property.
public static readonly BindableProperty CompactPaneWidthProperty
Microsoft.Maui.Controls.BindableProperty
|
Identifies the Content property.
public static readonly BindableProperty ContentProperty
Microsoft.Maui.Controls.BindableProperty
|
Identifies the DisplayMode property.
public static readonly BindableProperty DisplayModeProperty
Microsoft.Maui.Controls.BindableProperty
|
Identifies the Header property.
public static readonly BindableProperty HeaderProperty
Microsoft.Maui.Controls.BindableProperty
|
Identifies the Overlay property.
public static readonly BindableProperty OverlayProperty
Microsoft.Maui.Controls.BindableProperty
|
Identifies the Pane property.
public static readonly BindableProperty PaneProperty
Microsoft.Maui.Controls.BindableProperty
|
Gets or sets the width of the navigation pane in compact mode.
public double CompactPaneWidth { get; set; }
System.Double
|
Gets or sets the content of the navigation view.
public View Content { get; set; }
Microsoft.Maui.Controls.View
|
Gets or sets a value that indicates how the pane is displayed - Minimal, Compact or Expanded.
public NavigationViewDisplayMode DisplayMode { get; set; }
NavigationViewDisplayMode
|
Gets or sets the header of the navigation view.
public View Header { get; set; }
Microsoft.Maui.Controls.View
|
Gets or sets the overlay of the navigation view.
public View Overlay { get; set; }
Microsoft.Maui.Controls.View
|
Gets or sets the pane of the navigation view.
public View Pane { get; set; }
Microsoft.Maui.Controls.View
|
protected override void OnChildAdded(Element childElement)
Microsoft.Maui.Controls.Element
childElement
|
protected override void OnChildRemoved(Element childElement, int childIndex)
Microsoft.Maui.Controls.Element
childElement
|
System.Int32
childIndex
|
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.