NavigateContext
Class
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)
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; }