SettingsLoadingPanel.Delay Property
Gets or sets the delay before displaying the loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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:
#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.