ASPxListBox.LoadingPanelDelay Property
OBSOLETE
Use the SettingsLoadingPanel property instead.
Gets or sets the delay before displaying the loading panel in the list box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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