PivotGridControl.LoadingPanelVisible Property
In This Article
Gets or sets whether the animated loading panel that indicates the data load process is displayed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the loading panel is displayed; otherwise, false. |
#Remarks
The following code snippet displays the loading panel:
See Also