Class RadContextMenu
Inheritance
System.Object
RadContextMenu
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
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadContextMenu : RadMenuBase, IAutomationPeer, IPeerConverter, IRadContextMenu, IRadMenuBase, IControl, IFrameworkElement, ITargetElement
Constructors
RadContextMenu()
Declaration
public RadContextMenu()
Properties
EventName
Declaration
public string EventName { get; set; }
Property Value
System.String
|
Implements
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
Implements
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
Implements
ItemElements
Declaration
public IList<IRadMenuItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadMenuItem>
|
Implements
Items
Declaration
[Obsolete("The property is deprecated. Please use .ItemElements instead.")]
public IList<RadMenuItem> Items { get; }
Property Value
System.Collections.Generic.IList<RadMenuItem>
|
MousePosition
StaysOpen
Declaration
public bool StaysOpen { get; set; }
Property Value
System.Boolean
|
Implements
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
|
Implements
XMousePosition
Declaration
public int XMousePosition { get; }
Property Value
System.Int32
|
Implements
YMousePosition
Declaration
public int YMousePosition { get; }
Property Value
System.Int32
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
Select(Int32)
Declaration
public void Select(int itemIndex)
Parameters
System.Int32
itemIndex
|