Back to Devexpress

ASPxPopupControlBase Class

aspnet-devexpress-dot-web-a186fb08.md

latest4.3 KB
Original Source

ASPxPopupControlBase Class

Implements the base functionality of a popup window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxPopupControlBase :
    ASPxDataWebControl,
    IRequiresLoadPostDataControl,
    IEndInitAccessorContainer,
    ICallbackEventHandler
vb
Public MustInherit Class ASPxPopupControlBase
    Inherits ASPxDataWebControl
    Implements IRequiresLoadPostDataControl,
               IEndInitAccessorContainer,
               ICallbackEventHandler

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.e. ASPxPopupControl or ASPxDockPanel) cannot contain another popup element inside.

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

ICallbackEventHandler

Inheritance

Show 15 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxPopupControlBase ASPxDockPanel

ASPxPopupControl

PivotGridDataAreaPopup

ASPxSchedulerPopupForm

BootstrapPopupControl

MVCxDockPanel

MVCxPopupControl

See Also

ASPxPopupControlBase Members

DevExpress.Web Namespace