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