Skip to main content

PivotGridControl.LoadingPanelDelay Property

Gets or sets the delay before displaying the loading panel. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public int LoadingPanelDelay { get; set; }

#Property Value

Type Description
Int32

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

See Also