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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridViewLoadingPanelMode.Default)]
public GridViewLoadingPanelMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Default | A Grid |
Available values:
Name | Description |
---|---|
Disabled | A Loading Panel isn’t displayed while waiting for a callback response. |
Show |
A Loading Panel is displayed above the ASPx |
Show |
A Loading Panel is displayed on the ASPx |
Default | A Loading Panel is displayed above the ASPx |