Back to Devexpress

PivotGridOptionsBehaviorBase.LoadingPanelDelay Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsbehaviorbase-44cbdf1e.md

latest1.7 KB
Original Source

PivotGridOptionsBehaviorBase.LoadingPanelDelay Property

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(300)]
public int LoadingPanelDelay { get; set; }
vb
<DefaultValue(300)>
Public Property LoadingPanelDelay As Integer

Property Value

TypeDefaultDescription
Int32300

An integer value that specifies the delay before displaying the loading panel, in milliseconds.

|

Remarks

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

See Also

PivotGridOptionsBehaviorBase Class

PivotGridOptionsBehaviorBase Members

DevExpress.XtraPivotGrid Namespace