Back to Devexpress

PivotGridControl.LoadingPanelVisible Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-043fefed.md

latest1.5 KB
Original Source

PivotGridControl.LoadingPanelVisible Property

Gets or sets whether the animated loading panel that indicates the data load process is displayed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
public bool LoadingPanelVisible { get; set; }
vb
<Browsable(False)>
Public Property LoadingPanelVisible As Boolean

Property Value

TypeDescription
Boolean

true if the loading panel is displayed; otherwise, false.

|

Remarks

The following code snippet displays the loading panel:

csharp
pivotGridControl.LoadingPanelVisible = true;
vb
pivotGridControl.LoadingPanelVisible = True

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace