UpdateProgress.DisplayAfter Property
.NET Framework (current version)
Gets or sets the value in milliseconds before the UpdateProgress control is displayed.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Property Value
Type: System.Int32An integer that represents the number of milliseconds before the UpdateProgress control's progress template is displayed. The default is 500 milliseconds (.5 seconds).
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The DisplayAfter property is less than zero. |
.NET Framework
Available since 3.5
Available since 3.5
Show: