Back to Devexpress

FullWeekView.Enabled Property

windowsforms-devexpress-dot-xtrascheduler-dot-fullweekview-95c62327.md

latest1.4 KB
Original Source

FullWeekView.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(false)]
public override bool Enabled { get; set; }
vb
<DefaultValue(False)>
Public Overrides Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the view is enabled; otherwise, false.

|

Remarks

Use this property to disable or enable Full Week View for the Scheduler control. In this case, the information about this view will not be displayed to the end-users (for instance, the corresponding command does not appear in the context menu) .

See Also

FullWeekView Class

FullWeekView Members

DevExpress.XtraScheduler Namespace