Skip to main content
A newer version of this page is available. .
Tab

GridViewLoadingPanelMode Enum

Lists values that specify how a loading panel is displayed in a grid control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GridViewLoadingPanelMode

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.

LoadingPanelMode_Popup

ShowOnStatusBar

A Loading Panel is displayed on the ASPxGridView’s Status Bar while waiting for a callback response.

LoadingPanelMode_Statusbar

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:

Remarks

The values listed by this enumeration are used to set the ASPxGridLoadingPanelSettings.Mode property.

See Also