ASPxClientTimer.GetEnabled Method
In This Article
Returns a value indicating whether the timer is enabled.
#Declaration
TypeScript
GetEnabled(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Use the GetEnabled method to determine whether a timer control is functional.
See Also