SchedulerViewBase.Enabled Property
In This Article
Specifies whether the view is enabled for the SchedulerControl.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#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