ClassNavigationViewItemBase
Abstract base class for all navigation items in the RadNavigationView control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class NavigationViewItemBase : BindableObject
Inheritance: objectNavigationViewItemBase
Derived Classes:
Constructors
NavigationViewItemBase()
Declaration
protected NavigationViewItemBase()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
IsEnabledProperty
Identifies the IsEnabled property.
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
BindableProperty
IsVisibleProperty
Identifies the IsVisible property.
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
BindableProperty
PositionProperty
Identifies the Position property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
BindableProperty
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
BindableProperty
Properties
ControlTemplate
Gets or sets the ControlTemplate of the navigation item view. The target type of this ControlTemplate is NavigationViewItemView.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
IsEnabled
Gets or sets a value indicating whether the navigation item is enabled.
IsVisible
Gets or sets a value indicating whether the navigation item is visible.
Position
Specifies the position of a navigation item in the NavigationViewPane control. For more information see the NavigationViewItemPosition type.
Declaration
public NavigationViewItemPosition Position { get; set; }
Property Value
Style
Gets or sets the Style of the navigation item view. The target type of this Style is NavigationViewItemView.
Declaration
public Style Style { get; set; }
Property Value
Style