GridViewLoadingPanelMode Enum
Lists values that specify how a loading panel is displayed in a grid control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
| Name | Description |
|---|---|
Disabled
|
A Loading Panel isn’t displayed while waiting for a callback response. |
ShowAsPopup
|
A Loading Panel is displayed above the ASPxGridView while waiting for a callback response.
|
ShowOnStatusBar
|
A Loading Panel is displayed on the ASPxGridView’s Status Bar while waiting for a callback response.
|
Default
|
A Loading Panel is displayed above the ASPxGridView while waiting for a callback response. If endless paging is enabled, the panel is displayed below the control. |
Related API Members
The following properties accept/return GridViewLoadingPanelMode values:

