Back to Devexpress

ASPxTimer.Interval Property

aspnet-devexpress-dot-web-dot-aspxtimer.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(60000)]
public int Interval { get; set; }
vb
<DefaultValue(60000)>
Public Property Interval As Integer

Property Value

TypeDefaultDescription
Int3260000

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

News Control

ASPxTimer Class

ASPxTimer Members

DevExpress.Web Namespace