Skip to main content

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.v23.2.dll

NuGet Package: 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