Interface
IRadMenuItem

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadMenuItem : IControl, IFrameworkElement, ITargetElement

Derived Classes: RadMenuItemRadMenuItem

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

IsCheckable

Get or set whether the menu item can be checked.

Declaration

cs-api-definition
bool IsCheckable { get; }

Property Value

bool

IsChecked

Get or set whether the menu item is checked.

Declaration

cs-api-definition
bool IsChecked { get; }

Property Value

bool

IsPopupOpen

Get whether the item (i.e. its popup) is opened.

Declaration

cs-api-definition
bool IsPopupOpen { get; }

Property Value

bool

IsSubmenuOpen

Gets a value that indicates whether the submenu of the RadMenuItem is open.

Declaration

cs-api-definition
bool IsSubmenuOpen { get; }

Property Value

bool

ItemIndex

Get the item index.

Declaration

cs-api-definition
int ItemIndex { get; }

Property Value

int

ItemText

Get the item text.

Declaration

cs-api-definition
string ItemText { get; }

Property Value

string

StaysOpenOnClick

Gets or sets a value that indicates that the submenu in which this RadMenuItem is located should not close when this item is clicked.

Declaration

cs-api-definition
bool StaysOpenOnClick { get; }

Property Value

bool

Methods

Click()

Clicks the item and refreshes the item popup item presenter to be able to get the list of sub items if needed.

Declaration

cs-api-definition
void Click()