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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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