aspnet-devexpress-dot-web-afaad5b0.md
Lists values that specify how a loading panel is displayed in a grid control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewLoadingPanelMode
Public Enum GridViewLoadingPanelMode
| 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.
|
The following properties accept/return GridViewLoadingPanelMode values:
See Also