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

PivotGridOptionsBehaviorBase.LoadingPanelDelay Property

Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(300)]
[XtraSerializableProperty]
public int LoadingPanelDelay { get; set; }

Property Value

Type Default Description
Int32 300

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:

Library Object Type Path to LoadingPanelDelay
WinForms Controls PivotGridControl
.OptionsBehavior.LoadingPanelDelay
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsBehavior.LoadingPanelDelay
MVCxPivotGrid
.OptionsBehavior.LoadingPanelDelay
PivotGridSettings
.OptionsBehavior.LoadingPanelDelay
Reporting XRPivotGrid
.OptionsBehavior.LoadingPanelDelay

Remarks

To learn more about the asynchronous mode, see Asynchronous Mode.

See Also