Skip to main content

FullWeekView.Enabled Property

Gets or sets if the view is enabled for the ASPxScheduler control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean false

true, if the view is enabled; otherwise, false.

Remarks

Use this property to disable or enable Full Week View for the ASPxScheduler 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