Back to Devexpress

SchedulerViewBase.Enabled Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-53e969e0.md

latest1.5 KB
Original Source

SchedulerViewBase.Enabled Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
public virtual bool Enabled { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the View is enabled; otherwise, false.

|

Remarks

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

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace