ClassNavigationViewHeader
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
NavigationViewHeader()
Initializes a new instance of the NavigationViewHeader class.
Declaration
public NavigationViewHeader()
Fields
DisplayModeProperty
Identifies the DisplayMode property.
Declaration
public static readonly BindableProperty DisplayModeProperty
Field Value
BindableProperty
HeaderButtonStyleProperty
Identifies the HeaderButtonStyle property.
Declaration
public static readonly BindableProperty HeaderButtonStyleProperty
Field Value
BindableProperty
IsHeaderButtonToggledProperty
Identifies the IsHeaderButtonToggled property.
Declaration
public static readonly BindableProperty IsHeaderButtonToggledProperty
Field Value
BindableProperty
IsHeaderButtonVisibleProperty
Identifies the IsHeaderButtonVisible property.
Declaration
public static readonly BindableProperty IsHeaderButtonVisibleProperty
Field Value
BindableProperty
Properties
DisplayMode
Gets or sets a value that indicates how the header is displayed - Minimal, Compact or Expanded.
Declaration
public NavigationViewDisplayMode DisplayMode { get; set; }
Property Value
HeaderButtonStyle
Gets or sets the style that will be applied to the NavigationViewToggleButton.
Declaration
public Style HeaderButtonStyle { get; set; }
Property Value
Style
IsHeaderButtonToggled
Gets or sets a value indicating whether the NavigationViewToggleButton is toggled.
IsHeaderButtonVisible
Gets or sets a value indicating whether the NavigationViewToggleButton is visible.