ASPxAutoCompleteBoxBase.LoadingPanelDelay Property
Obsolete. Gets or sets the delay before displaying the loading panel in the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[Obsolete("Use the SettingsLoadingPanel property instead.", true)]
[DefaultValue(300)]
public int LoadingPanelDelay { get; set; }
<Obsolete("Use the SettingsLoadingPanel property instead.", True)>
<DefaultValue(300)>
Public Property LoadingPanelDelay As Integer
Property Value
Type | Default |
---|---|
Int32 | 300 |
See Also
Feedback