Skip to main content
All docs
V26.1
  • LoadingPanel Class

    Contains settings related to the loading panel functionality.

    Declaration

    declare class LoadingPanel

    Remarks

    The ASPxRichEdit control displays a loading panel while waiting for a callback response.

    Loading Panel

    Use members provided by this class to disable the panel, show and hide it manually, or provide a custom loading panel.

    <dx:ASPxRichEdit ID="RichEdit" ClientInstanceName="richEdit" runat="server" ShowConfirmOnLosingChanges="false">
    </dx:ASPxRichEdit>
    
    richEdit.loadingPanel.show();
    ...
    richEdit.loadingPanel.hide();
    
    See Also