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

CustomizePopupControlEventArgs.PopupControl Property

Gets a control used to display the popup windows in ASP.NET applications.

Namespace: DevExpress.ExpressApp.Web.Controls

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public ASPxPopupControl PopupControl { get; }

Property Value

Type Description
ASPxPopupControl

An ASPxPopupControl control used to display the popup windows in the ASP.NET applications.

See Also