GridView.LoadingPanelVisible Property
Gets or sets whether the animated Loading Panel indicating the data load process is displayed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the Loading panel is displayed; otherwise, false. |
Remarks
Set the LoadingPanelVisible property to true to display the Loading Panel containing an animated image (obtained from the current skin). Set this property to false to hide the panel.
While the Loading Panel is being displayed, the current Grid View is read-only.
You can also display and hide the Loading panel by calling the GridView.ShowLoadingPanel and GridView.HideLoadingPanel methods, respectively.
Note
The Loading Panel is designed to be used in server mode. Note that if the Loading Panel is used in non-server mode and the Grid Control displays master-detail relationships, the Loading Panel may be overlapped by detail Views that are opened. In this scenario, to show a loading indicator, we suggest that you use a WaitForm instead of the grid control’s built-in Loading Panel.