Skip to main content

ASPxSchedulerOptionsAdaptivity Class

Contains settings that relate to the scheduler’s adaptivity.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerOptionsAdaptivity :
    SchedulerNotificationOptions

The following members return ASPxSchedulerOptionsAdaptivity objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxScheduler.OptionsAdaptivity
ASP.NET MVC Extensions SchedulerSettings.OptionsAdaptivity

Remarks

An object of the ASPxSchedulerOptionsAdaptivity type can be accessed by the ASPxScheduler.OptionsAdaptivity property.

For more information, refer to the Adaptivity topic.

See Also