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

ASPxTimer.Interval Property

Gets or sets the time before the ASPxTimer.Tick event is raised relative to the last occurrence of the ASPxTimer.Tick event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(60000)]
public int Interval { get; set; }

Property Value

Type Default Description
Int32 60000

An integer value that specifies the number of milliseconds before the Tick event is raised relative to the last occurrence of the Tick event. The value cannot be less than one.

See Also