UpdateProgress.DisplayAfter Property

 

Gets or sets the value in milliseconds before the UpdateProgress control is displayed.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public int DisplayAfter { get; set; }

Property Value

Type: System.Int32

An 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
Return to top
Show: