SchedulerSettings.OptionsAdaptivity Property
Provides access to options which regulate the scheduler’s adaptivity.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
See Also