Interface IRadContextMenu
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadContextMenu : IRadMenuBase, IControl, IFrameworkElement, ITargetElement
Properties
EventName
Declaration
string EventName { get; }
Property Value
System.String
|
HorizontalOffset
Declaration
double HorizontalOffset { get; }
Property Value
System.Double
|
IsOpen
Declaration
bool IsOpen { get; }
Property Value
System.Boolean
|
ItemElements
Declaration
IList<IRadMenuItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadMenuItem>
|
StaysOpen
Declaration
bool StaysOpen { get; }
Property Value
System.Boolean
|
VerticalOffset
Declaration
double VerticalOffset { get; }
Property Value
System.Double
|
XMousePosition
Declaration
int XMousePosition { get; }
Property Value
System.Int32
|
YMousePosition
Declaration
int YMousePosition { get; }
Property Value
System.Int32
|