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.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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.

See Also