InterfaceIRadContextMenu
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IRadContextMenu : IRadMenuBase, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
EventName
Gets or sets the name of the event that will open the context menu.
HorizontalOffset
Get or sets the horizontal distance between the target origin and the popup alignment point.
IsOpen
Gets or sets a value that indicates whether the RadContextMenu is visible.
ItemElements
Gets the collection of all the root RadMenuItem elements.
Declaration
IList<IRadMenuItem> ItemElements { get; }
Property Value
StaysOpen
Gets or sets a value that indicates whether the RadContextMenu should close automatically.
VerticalOffset
Get or sets the vertical distance between the target origin and the popup alignment point.
XMousePosition
Gets the X position of the mouse at the moment when the menu was opened.
YMousePosition
Gets the Y position of the mouse at the moment when the menu was opened.