Back to Devexpress

LoadingPanel Class

aspnet-js-loadingpanel.md

latest863 B
Original Source

LoadingPanel Class

Contains settings related to the loading panel functionality.

Declaration

ts
declare class LoadingPanel

Remarks

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

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

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

See Also

LoadingPanel Members