Skip to main content

SchedulerSettings.OptionsAdaptivity Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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.

Run Demo: MVCxScheduler - Adaptive Layout

See Also