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

ASPxTimer.EnableClientSideAPI Property

OBSOLETE

The client-side API is always available for this control.

Gets or sets a value that specifies whether the timer control can be manipulated on the client side via code.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
[Obsolete("The client-side API is always available for this control.", true)]
public bool EnableClientSideAPI { get; set; }

Property Value

Type Default
Boolean **false**
See Also