A newer version of this page is available.
Switch to the current version.
ASPxPopupMenu.PopupAction Property
Gets or sets a value that specifies which action forces the current popup menu to appear.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(PopupAction.RightMouseClick)]
public PopupAction PopupAction { get; set; }
<DefaultValue(PopupAction.RightMouseClick)>
Public Property PopupAction As PopupAction
Property Value
Type | Default | Description |
---|---|---|
PopupAction | RightMouseClick |
One of the PopupAction enumeration values. |
Remarks
A popup menu control may be invoked by a specific mouse action (such as a left mouse click, right mouse click or hovering) which is perfromed on a particular element (a web control or any HTML element) specified by the ASPxPopupMenu.PopupElementID property. Use the PopupAction property to specify the precise client mouse action which will invoke the current popup menu control.
See Also
Feedback