Back to Devexpress

PivotGridControl.ShowLoadingPanel Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-7c49e9ba.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ShowLoadingPanel { get; set; }
vb
Public Property ShowLoadingPanel As Boolean

Property Value

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace