Skip to main content
A newer version of this page is available. .

ASPxViewVisibleIntervalOptionsAdaptivity.Enabled Property

Specifies whether the adaptive mode is enabled for the Scheduler’s View Visible Interval.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to enable the view visible interval’s adaptive behavior; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Enabled
ASP.NET Controls and MVC Extensions ASPxViewVisibleInterval
ASP.NET Bootstrap Controls BootstrapSchedulerViewVisibleInterval

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