Edit

Share via


UpdateProgress.DisplayAfter Property

Definition

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

public int DisplayAfter { get; set; }

Property Value

An integer that represents the number of milliseconds before the UpdateProgress control's progress template is displayed. The default is 500 milliseconds (.5 seconds).

Exceptions

The DisplayAfter property is less than zero.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also