InterfaceIRadRadialMenu
Represents the RadRadialMenu control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IRadRadialMenu : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CanvasPanel
Gets the canvas holding the RadialMenu when used as ContextMenu.
CentralButton
Gets the central button of the RadialMenu.
Declaration
FrameworkElement CentralButton { get; }
Property Value
IsContextMenu
Gets the value that indicates whether the RadRadialMenu is used as ContextMenu.
IsOpen
Gets the value that indicates whether the RadRadialMenu is opened.
Items
Gets the list of RadRadialMenuItem items.
Declaration
IList<IRadRadialMenuItem> Items { get; }
Property Value
Methods
ClickRadialMenuItem(string)
Declaration
void ClickRadialMenuItem(string itemHeader)
Parameters
itemHeader
ClickTheCentralButton()
Clicks the central button of the RadialMenu and waits for the animation to finish.
Declaration
void ClickTheCentralButton()
GetItemNavigationButton(string)
Gets RadRadialMenuItem NavigationButton. If no childern are found null is returned.
Declaration
INavigationItemButton GetItemNavigationButton(string itemHeader)
Parameters
itemHeader
The Header of the RadRadialMenuItem.
Returns
GetRadialMenuItemByHeader(string)
Gets a RadialMenu by given Header.
Declaration
IRadRadialMenuItem GetRadialMenuItemByHeader(string itemHeader)
Parameters
itemHeader
The Header of the RadRadialMenuItem.
Returns
GoToItemChildren(string)
Click RadRadialMenuItems Navigation button in order to display its children.
Declaration
void GoToItemChildren(string itemHeader)
Parameters
itemHeader
The Header of the RadRadialMenuItem.
IsItemHighlighted(string)
Checks if RadRadialMenuItem with spesific Header is highlighted
IsItemSelected(string)
Checks if RadRadialMenuItem with spesific Header is selected