Skip to main content
A newer version of this page is available. .

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.v20.1.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.

See Also