Class NavigationViewItemBase
Inheritance
System.Object
NavigationViewItemBase
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class NavigationViewItemBase : BindableObject
Constructors
Declaration
protected NavigationViewItemBase()
Fields
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the navigation item view.
The target type of this Microsoft.Maui.Controls.ControlTemplate is NavigationViewItemView.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
Gets or sets a value indicating whether the navigation item is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
Gets or sets a value indicating whether the navigation item is visible.
Declaration
public bool IsVisible { get; set; }
Property Value
Declaration
public NavigationViewItemPosition Position { get; set; }
Property Value
Gets or sets the Microsoft.Maui.Controls.Style of the navigation item view.
The target type of this Microsoft.Maui.Controls.Style is NavigationViewItemView.
Declaration
public Style Style { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Extension Methods