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

SchedulerSettings.OptionsAdaptivity Property

Provides access to options which regulate the scheduler’s adaptivity.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxSchedulerOptionsAdaptivity OptionsAdaptivity { get; }

Property Value

Type Description
ASPxSchedulerOptionsAdaptivity

A ASPxSchedulerOptionsAdaptivity object, which contains the scheduler’s adaptivity options.

Remarks

The OptionsAdaptivity returns an object that exposes a set of properties regarding the scheduler’s adaptivity. refer to the ASPxSchedulerOptionsAdaptivity class and its members descriptions for more information.

Note

Online Demos Refer to the following online demos to review the Scheduler’s adaptivity mode in action:

See Also