Skip to main content
A newer version of this page is available. .
Tab

SettingsLoadingPanel.Delay Property

Gets or sets the delay before displaying the loading panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 130 property paths
Library Object Type Path to Delay
ASP.NET Bootstrap Controls BootstrapAccordion
BootstrapCalendar
BootstrapCallbackPanel
BootstrapCardView
BootstrapComboBox
BootstrapFileManager
BootstrapGridView
BootstrapListBox
BootstrapMenu
BootstrapMenuBase
BootstrapPageControl
BootstrapPopupControl
BootstrapPopupMenu
BootstrapScheduler
BootstrapSchedulerPopupMenu
BootstrapSpreadsheet
BootstrapTagBox
BootstrapToolbar
BootstrapTreeView
Reporting ASPxDocumentViewer
ReportDocumentMap
ReportViewer
ASP.NET Web Forms Controls ASPxAutoCompleteBoxBase
ASPxCalendar
ASPxCallbackPanel
ASPxCaptcha
.LoadingPanel.Delay
ASPxCardView
ASPxComboBox
ASPxDataView
ASPxDataViewBase
ASPxDockPanel
ASPxFileManager
ASPxFilterControl
ASPxGaugeControl
ASPxGridView
ASPxHtmlEditor
ASPxHtmlEditorRoundPanel
HtmlEditorFileManager
ASPxImageGallery
ASPxListBox
ASPxMenu
ASPxMenuBase
ASPxNavBar
ASPxNewsControl
ASPxPageControl
ASPxPivotGridPopupMenu
PivotGridDataAreaPopup
ASPxPopupControl
ASPxPopupControlBase
ASPxPopupMenu
RichEditFileManager
RichEditFolderManager
ASPxRoundPanel
ASPxScheduler
ASPxSchedulerPopupForm
ASPxSchedulerPopupMenu
ASPxSpellChecker
ASPxSpreadsheet
ASPxTitleIndex
ASPxTokenBox
ASPxTreeList
ASPxTreeView
ASPxVerticalGrid
GridViewProperties
AutoCompleteBoxBaseSettings
CalendarSettings
CallbackPanelSettings
CaptchaSettings
.LoadingPanel.Delay
CardViewSettings
CardViewSettings<CardType>
ChartControlSettings
ComboBoxSettings
DataViewSettings
DataViewSettingsBase
DockPanelSettings
DocumentViewerSettings
FileManagerSettings
GridViewSettings
GridViewSettings<RowType>
HtmlEditorSettings
ImageGallerySettings
ListBoxSettings
MVCxCalendar
MVCxCallbackPanel
MVCxCaptcha
.LoadingPanel.Delay
MVCxCardView
MVCxChartControl
MVCxComboBox
MVCxDataView
MVCxDockPanel
MVCxDocumentViewer
MVCxFileManager
MVCxFilterControl
MVCxFilterControlSettings
MVCxFilterControlSettings<RowType>
MVCxGridView
MVCxGridViewProperties
MVCxHtmlEditor
MVCxHtmlEditorSpellChecker
MVCxImageGallery
MVCxListBox
MVCxMenu
MVCxNavBar
MVCxPageControl
MVCxPopupControl
MVCxPopupMenu
MVCxReportViewer
MVCxRoundPanel
MVCxScheduler
MVCxSpellChecker
MVCxSpreadsheet
MVCxTokenBox
MVCxTreeList
MVCxTreeView
MVCxVerticalGrid
NavBarSettings
PageControlSettings
PopupControlSettings
PopupControlSettingsBase
RoundPanelSettings
SchedulerSettings
SpellCheckerSettings
SpreadsheetSettings
TokenBoxSettings
TreeListSettings
TreeListSettings<RowType>
TreeViewSettings
VerticalGridSettings
VerticalGridSettings<ColumnType>
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