ClassNavigationViewItem
Represents a navigation item in the RadNavigationView control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class NavigationViewItem : NavigationViewItemBase
Inheritance: objectNavigationViewItemBaseNavigationViewItem
Inherited Members
Constructors
NavigationViewItem()
Declaration
public NavigationViewItem()
Fields
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
BindableProperty
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
BindableProperty
ContentTemplateProperty
Identifies the ContentTemplate property.
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
BindableProperty
ImageSourceProperty
Identifies the ImageSource property.
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
BindableProperty
IsSelectableProperty
Identifies the IsSelectable property.
Declaration
public static readonly BindableProperty IsSelectableProperty
Field Value
BindableProperty
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
BindableProperty
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
BindableProperty
Properties
Command
Gets or sets a command to execute when the navigation item is clicked.
CommandParameter
Gets or sets a parameter to command which is executed when the navigation item is clicked.
ContentTemplate
Gets or sets the DataTemplate used to display the content.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
DataTemplate
ImageSource
Gets or sets the source of the image to display in the navigation item. For more information see the ImageSource type.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
IsSelectable
Gets or sets a value indicating whether the navigation item is selectable.
IsSelected
Gets or sets a value indicating whether the navigation item is selected.
Events
Clicked
Raised when the navigation item is clicked.
IsSelectedChanged
Raised when the IsSelected property has changed.