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

ASPxScheduler.Enabled Property

Overrides the ASPxWebControl.Enabled property.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[Browsable(false)]
[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