Skip to main content
Tab

ASPxTimer.Enabled Property

Gets or sets a value indicating whether a web control is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override bool Enabled { get; set; }

#Property Value

Type Description
Boolean

true if a web control is enabled; otherwise, false.

See Also