Skip to main content

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

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[Browsable(false)]
public bool LoadingPanelVisible { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The following code snippet displays the loading panel:

pivotGridControl.LoadingPanelVisible = true;
See Also