Skip to main content

SchedulerViewBase.Enabled Property

Gets or sets whether a particular View is enabled for the scheduler.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean true

true if the View is enabled; otherwise, false.

Remarks

Use this property to disable or enable a specific View for the ASPxScheduler control. If the View is disabled, there is no information about this view (for instance, corresponding items in the context menu) shown to end-users.

See Also