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

DxPopupBase Class

Defines the base API for classes that implement popup windows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxPopupBase :
    DxSizableComponentBase,
    IPopupEventInfo,
    ISizableComponent,
    IParentPopupBranchInfo,
    IAsyncDisposable
See Also