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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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 ASPx