ClassRadialMenuItemContext
Class
Represent a context, passed to the command that is assigned to the RadialMenuItem.
Definition
Namespace:Telerik.UI.Xaml.Controls.Navigation.Menu
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadialMenuItemContext
Inheritance: objectRadialMenuItemContext
Constructors
RadialMenuItemContext()
Declaration
cs-api-definition
public RadialMenuItemContext()
Properties
CommandParameter
Gets the CommandParameter defined in the MenuItem.
Declaration
cs-api-definition
public object CommandParameter { get; }
Property Value
The command parameter.
MenuItem
Gets the menu item that has triggered the command.
Declaration
cs-api-definition
public RadialMenuItem MenuItem { get; }
Property Value
The menu item.
TargetElement
Gets the target element that RadRadialMenu is associated with when used as a context menu.
Declaration
cs-api-definition
public FrameworkElement TargetElement { get; }
Property Value
FrameworkElement
The target element.