Class
NavigationViewItemBase

Abstract base class for all navigation items in the RadNavigationView control.

Definition

Namespace:Telerik.Maui.Controls.NavigationView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class NavigationViewItemBase : BindableObject

Inheritance: objectNavigationViewItemBase

Derived Classes: NavigationViewItem

Constructors

NavigationViewItemBase()

Declaration

cs-api-definition
protected NavigationViewItemBase()

Fields

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

IsEnabledProperty

Identifies the IsEnabled property.

Declaration

cs-api-definition
public static readonly BindableProperty IsEnabledProperty

Field Value

BindableProperty

IsVisibleProperty

Identifies the IsVisible property.

Declaration

cs-api-definition
public static readonly BindableProperty IsVisibleProperty

Field Value

BindableProperty

PositionProperty

Identifies the Position property.

Declaration

cs-api-definition
public static readonly BindableProperty PositionProperty

Field Value

BindableProperty

StyleProperty

Identifies the Style property.

Declaration

cs-api-definition
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

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate

IsEnabled

Gets or sets a value indicating whether the navigation item is enabled.

Declaration

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

IsVisible

Gets or sets a value indicating whether the navigation item is visible.

Declaration

cs-api-definition
public bool IsVisible { get; set; }

Property Value

bool

Position

Specifies the position of a navigation item in the NavigationViewPane control. For more information see the NavigationViewItemPosition type.

Declaration

cs-api-definition
public NavigationViewItemPosition Position { get; set; }

Property Value

NavigationViewItemPosition

Style

Gets or sets the Style of the navigation item view. The target type of this Style is NavigationViewItemView.

Declaration

cs-api-definition
public Style Style { get; set; }

Property Value

Style