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

PivotGridControl.ShowLoadingPanel Property

Gets or sets whether the Loading Panel is displayed within the PivotGridControl when a time-consuming operation is performed. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public bool ShowLoadingPanel { get; set; }

Property Value

Type Description
Boolean

true, to display the Loading Panel when a time-consuming operation is performed; otherwise, false.

Remarks

Note that PivotGridControl performs time-consuming operations in a background thread, allowing the entire application to stay responsive while these operations are in progress.

PivotGrid_AsyncMode

See Also