CustomizePopupControlEventArgs.PopupControl Property
In This Article
Gets a control used to display the popup windows in ASP.NET Web Forms applications.
Namespace: DevExpress.ExpressApp.Web.Controls
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public ASPxPopupControl PopupControl { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
See Also