Skip to main content

SchedulerViewBase.Enabled Property

Specifies whether the view is enabled for the SchedulerControl.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool Enabled { get; set; }

#Property Value

Type Description
Boolean

true if the view is enabled; otherwise, false.

#Remarks

Use the Enabled property to disable or enable any view for the scheduler control. If the view is disabled, it is impossible to show data using this view. Note that in this case, there will be no information about this view (for instance, the corresponding item in the context menu) shown to end-users.

#Implements

DevExpress.XtraScheduler.Native.ISchedulerViewPropertiesBase.Enabled
See Also