Back to Devexpress

PopupWindow.PopupElementID Property

aspnet-devexpress-dot-web-dot-popupwindow.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string PopupElementID { get; set; }
vb
<DefaultValue("")>
Public Property PopupElementID As String

Property Value

TypeDefaultDescription
StringString.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

PopupElementID

PopupAction

PopupWindow Class

PopupWindow Members

DevExpress.Web Namespace