NavigationViewHeader
Represents the header content in the RadNavigationView control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class NavigationViewHeader : NavigationViewContainer, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewNavigationViewContainerNavigationViewHeader...
Implements:
Inherited Members
Constructors
Initializes a new instance of the NavigationViewHeader class.
public NavigationViewHeader()
Fields
DisplayModeProperty
BindableProperty
Identifies the DisplayMode property.
public static readonly BindableProperty DisplayModeProperty
HeaderButtonStyleProperty
BindableProperty
Identifies the HeaderButtonStyle property.
public static readonly BindableProperty HeaderButtonStyleProperty
IsHeaderButtonToggledProperty
BindableProperty
Identifies the IsHeaderButtonToggled property.
public static readonly BindableProperty IsHeaderButtonToggledProperty
IsHeaderButtonVisibleProperty
BindableProperty
Identifies the IsHeaderButtonVisible property.
public static readonly BindableProperty IsHeaderButtonVisibleProperty
Properties
Gets or sets a value that indicates how the header is displayed - Minimal, Compact or Expanded.
public NavigationViewDisplayMode DisplayMode { get; set; }
HeaderButtonStyle
Style
Gets or sets the style that will be applied to the NavigationViewToggleButton.
public Style HeaderButtonStyle { get; set; }
Gets or sets a value indicating whether the NavigationViewToggleButton is toggled.
public bool IsHeaderButtonToggled { get; set; }
Gets or sets a value indicating whether the NavigationViewToggleButton is visible.
public bool IsHeaderButtonVisible { get; set; }