ClassNavigateContext
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:
cs-api-definition
public class NavigateContext
Inheritance: objectNavigateContext
Constructors
NavigateContext(RadRadialMenuItem)
Initializes a new instance of the NavigateContext class.
Declaration
cs-api-definition
public NavigateContext(RadRadialMenuItem menuItem)
Parameters
menuItem
The desired menu item.
Properties
MenuItemSource
Gets the previous (if any) RadRadialMenuItem that has triggered NavigateCommand execution.
Declaration
cs-api-definition
public RadRadialMenuItem MenuItemSource { get; }
Property Value
MenuItemTarget
Gets the current RadRadialMenuItem that has triggered NavigateCommand execution.
Declaration
cs-api-definition
public RadRadialMenuItem MenuItemTarget { get; }
Property Value