DataViewSettingsBase.LoadingPanelDelay Property
OBSOLETE
Use the SettingsLoadingPanel property instead.
Gets or sets the delay before displaying the loading panel in the data view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
public int LoadingPanelDelay { get; set; }
Property Value
Type |
---|
Int32 |
See Also