ASPxCallbackPanel.LoadingPanelDelay Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the delay before displaying the loading panel in the callback panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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