Back to Devexpress

GridViewLoadingPanelMode Enum

aspnet-devexpress-dot-web-afaad5b0.md

latest2.0 KB
Original Source

GridViewLoadingPanelMode Enum

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

Declaration

csharp
public enum GridViewLoadingPanelMode
vb
Public Enum GridViewLoadingPanelMode

Members

NameDescription
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

Grid View

DevExpress.Web Namespace