PopupControlSettings.PopupElementID Property
Gets or sets the ID of a web control or HTML element with which the default popup window is associated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A string value specifying the ID of the web control or HTML element which the default popup window is associated with. |
Remarks
Use the PopupElementID property to specify the web control or HTML element whose specific mouse action defined via the PopupControlSettings.PopupAction property, invokes the default popup window.
To specify this web control or HTML element on the client side use the ASPxClientPopupControl.SetPopupElementID method.
See Also