Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DxPopupBase Class

Defines the base API for classes that implement popup windows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

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