Skip to main content
Tab

SettingsLoadingPanel.Delay Property

Gets or sets the delay before displaying the loading panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(300)]
public int Delay { get; set; }

Property Value

Type Default Description
Int32 300

An Int32 value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.

Property Paths

You can access this nested property as listed below:

Show 38 property paths
Library Object Type Path to Delay
ASP.NET Bootstrap Controls BootstrapCallbackPanel
Reporting ASPxDocumentViewer
ReportDocumentMap
ReportViewer
ASP.NET MVC Extensions AutoCompleteBoxBaseSettings
CalendarSettings
CallbackPanelSettings
CaptchaSettings
.LoadingPanel .Delay
ChartControlSettings
DataViewSettingsBase
DocumentViewerSettings
FileManagerSettings
ListBoxSettings
MVCxFilterControlSettings
NavBarSettings
PageControlSettings
PopupControlSettingsBase
RoundPanelSettings
SchedulerSettings
SpellCheckerSettings
ASP.NET Web Forms Controls ASPxAutoCompleteBoxBase
ASPxCalendar
ASPxCallbackPanel
ASPxCaptcha
.LoadingPanel .Delay
ASPxDataViewBase
ASPxFileManager
ASPxFilterControl
ASPxGaugeControl
ASPxListBox
ASPxMenuBase
ASPxNavBar
ASPxPageControl
ASPxPopupControlBase
ASPxRoundPanel
ASPxScheduler
ASPxSpellChecker
ASPxTitleIndex
WebChartControl

Remarks

If the SettingsLoadingPanel.Enabled property is set to true, a loading panel is displayed within a control while waiting for a callback response. Use the Delay property to specify a delay before the loading panel is displayed.

See Also