Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#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