Skip to main content
A newer version of this page is available.
All docs
V20.2

YearView.Enabled Property

Gets or sets if the view is enabled for the SchedulerControl.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the view is enabled; otherwise, false.

See Also