Skip to main content

ASPxSchedulerOptionsAdaptivity.Enabled Property

Specifies whether an adaptive behavior is enabled for the Scheduler.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean true

true, to enable the adaptive behavior; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Enabled
ASP.NET MVC Extensions SchedulerSettings
.OptionsAdaptivity .Enabled
ASP.NET Web Forms Controls ASPxScheduler
.OptionsAdaptivity .Enabled

Remarks

For more information, use the Adaptivity topic.

Note

Online Demos Refer to the ASPxScheduler - Adaptivity online demo to review this feature in action.

See Also