Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxScheduler.Enabled Property

Overrides the ASPxWebControl.Enabled property.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

[DefaultValue(true)]
public override bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class.

See Also