Class RadMenuItem
Inheritance
System.Object
RadMenuItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadMenuItem : ItemsControl, IAutomationPeer, IPeerConverter, IRadMenuItem, IControl, IFrameworkElement, ITargetElement
Constructors
RadMenuItem()
Declaration
public RadMenuItem()
Properties
BackgroundBrush
ForegroundBrush
HasIcon
Declaration
public bool HasIcon { get; }
Property Value
System.Boolean
|
IsCheckable
Declaration
public bool IsCheckable { get; set; }
Property Value
System.Boolean
|
Implements
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
Implements
IsPopupOpen
Declaration
public bool IsPopupOpen { get; }
Property Value
System.Boolean
|
Implements
IsSubmenuOpen
ItemElements
Declaration
public IList<IRadMenuItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadMenuItem>
|
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
System.Int32
|
Implements
ItemText
Declaration
[Obsolete("Use .Text instead.")]
public string ItemText { get; }
Property Value
System.String
|
Implements
StaysOpenOnClick
Declaration
public bool StaysOpenOnClick { get; set; }
Property Value
System.Boolean
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
Click()
HoverOver()
Declaration
public void HoverOver()
SubitemClick(Int32)
Declaration
public void SubitemClick(int itemIndex)
Parameters
System.Int32
itemIndex
|