Skip to main content
Tab

ASPxPageControl.LoadingPanelDelay Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the delay before displaying the loading panel in the page control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(300)]
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
public int LoadingPanelDelay { get; set; }

Property Value

Type Default
Int32 300
See Also