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

ASPxGridLoadingPanelSettings.Mode Property

Gets or sets a value that specifies how a loading panel is displayed in a grid control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(GridViewLoadingPanelMode.Default)]
public GridViewLoadingPanelMode Mode { get; set; }

Property Value

Type Default Description
GridViewLoadingPanelMode **Default**

A GridViewLoadingPanelMode enumeration value that specifies the loading panel’s display mode.

Available values:

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.

Property Paths

You can access this nested property as listed below:

See Also