Skip to main content
A newer version of this page is available. .

PopupMenuSettings.PopupElementID Property

Gets or sets the ID of an element with which the current popup menu is associated.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string PopupElementID { get; set; }

Property Value

Type Description
String

A string value specifying the ID of the element which the popup menu is associated with.

Remarks

Use the PopupElementID property to specify the element whose specific mouse action, defined via the PopupMenuSettings.PopupAction property, invokes the current popup menu control.

See Also