New to Telerik UI for WPFStart a free 30-day trial

Represents a context, passed to the command associated with menu opening.

Definition

Namespace:Telerik.Windows.Controls.RadialMenu

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class NavigateContext

Inheritance: objectNavigateContext

Constructors

Initializes a new instance of the NavigateContext class.

C#
public NavigateContext(RadRadialMenuItem menuItem)
Parameters:menuItemRadRadialMenuItem

The desired menu item.

Properties

Gets the previous (if any) RadRadialMenuItem that has triggered NavigateCommand execution.

C#
public RadRadialMenuItem MenuItemSource { get; }

Gets the current RadRadialMenuItem that has triggered NavigateCommand execution.

C#
public RadRadialMenuItem MenuItemTarget { get; }