ASPxPopupControlBase Class
In This Article
Implements the base functionality of a popup window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public abstract class ASPxPopupControlBase :
ASPxDataWebControl,
IRequiresLoadPostDataControl,
IEndInitAccessorContainer,
ICallbackEventHandler
#Related API Members
The following members return ASPxPopupControlBase objects:
#Remarks
The ASPxPopupControlBase class represents the base class which implements the popup window functionality. This functionality is inherited by the ASPxPopupControlBase class’s descendants - the ASPxDockPanel, ASPxPopupControl, ASPxSchedulerPopupForm, MVCxPopupControl, and PivotGridDataAreaPopup controls.
Note
A popup element (i.
#Implements
Show 15 items
#Inheritance
See Also