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

PopupWindow.PopupElementID Property

Gets or sets the ID (or a list of IDs) of a web control or HTML element with which the current popup window is associated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string PopupElementID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the ID (or a list of IDs) of the web control or HTML element with which the popup window is associated.

Remarks

Use the PopupElementID property to specify the web control or HTML element whose specific mouse action defined via the ASPxPopupControl.PopupAction property invokes the current popup window. You can also specify a list of control IDs separated by a semicolon (;).

Note

You cannot specify a common HTML element for all popup windows from the ASPxPopupControl.Windows collection by using the popup control’s ASPxPopupControl.PopupElementID property. This property is not in effect when the ASPxPopupControl.Windows collection is not empty. In this case, you should use the PopupElementID property whose value is typically specific for each individual popup window.

See Also