ClassRadNavigationViewItem
Class
Initializes a new instance of the RadNavigationViewItem class.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadNavigationViewItem : Button, IAutomationPeer, IPeerConverter, IButton, IButtonBase, IContentControl, IRadNavigationViewItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlButtonBaseButtonRadNavigationViewItem
Implements:
Inherited Members
Constructors
RadNavigationViewItem()
Initializes a new instance of the RadNavigationViewItem class.
Declaration
cs-api-definition
public RadNavigationViewItem()
Properties
Content
Get or set whether the menu item is selected.
IsExpanded
Get or set whether the RadNavigationViewItem is expanded.
IsFocused
Get or set whether the menu item is focused.
IsHighlighted
Get or set whether the RadNavigationViewItem is highlighted.
Declaration
cs-api-definition
public bool IsHighlighted { get; set; }
Property Value
Implements
IsSelected
Get or set whether the menu item is selected.