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

ASPxTitleIndex.LoadingPanelDelay Property

OBSOLETE

Use the SettingsLoadingPanel property instead.

Gets or sets the delay before displaying the loading panel in the title index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default
Int32 300
See Also