ClassRadRadialContextMenu
Represents a class that is used to attached RadRadialMenu to a FrameworkElement.
Definition
Namespace:Telerik.UI.Xaml.Controls.Navigation
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public static class RadRadialContextMenu
Inheritance: objectRadRadialContextMenu
Fields
BehaviorProperty
Identifies the Behavior attached property.
Declaration
public static readonly DependencyProperty BehaviorProperty
Field Value
DependencyProperty
MenuProperty
Identifies the Telerik.UI.Xaml.Controls.Navigation.Menu attached property.
Declaration
public static readonly DependencyProperty MenuProperty
Field Value
DependencyProperty
Methods
GetBehavior(DependencyObject)
Returns the instance of current RadialMenuTriggerBehavior that is attached to specific FrameworkElement.
Declaration
public static RadialMenuTriggerBehavior GetBehavior(DependencyObject obj)
Parameters
obj
DependencyObject
The target FrameworkElement.
Returns
RadialMenuTriggerBehavior instance.
GetMenu(DependencyObject)
Returns the instance of current RadRadialMenu that is attached to specific FrameworkElement.
Declaration
public static RadRadialMenu GetMenu(DependencyObject obj)
Parameters
obj
DependencyObject
The target FrameworkElement.
Returns
The attached RadRadialMenu control.
SetBehavior(DependencyObject, RadialMenuTriggerBehavior)
Attaches an instance of RadialMenuTriggerBehavior to a specific FrameworkElement.
Declaration
public static void SetBehavior(DependencyObject obj, RadialMenuTriggerBehavior value)
Parameters
obj
DependencyObject
The target FrameworkElement.
value
The RadialMenuTriggerBehavior instance to be attached to the target element.
SetMenu(DependencyObject, RadRadialMenu)
Attaches an instance of RadRadialMenu to a specific FrameworkElement.
Declaration
public static void SetMenu(DependencyObject obj, RadRadialMenu value)
Parameters
obj
DependencyObject
The target FrameworkElement.
value
The RadRadialMenu instance to be attached to the target element.