ReportViewerSettings.LoadingPanelDelay Property
Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the delay before displaying the loading panel, in milliseconds. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to LoadingPanelDelay |
---|---|
ReportViewerExtension |
|
Remarks
To learn more about the asynchronous mode, see Asynchronous Mode.
See Also