SchedulerSettings.OptionsAdaptivity Property
In This Article
Provides access to options which regulate the scheduler’s adaptivity.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxSchedulerOptionsAdaptivity OptionsAdaptivity { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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