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

ASPxSchedulerOptionsBehavior Class

Holds options, specifying certain basic characteristics of the scheduler.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerOptionsBehavior :
    SchedulerOptionsBehaviorBase

The following members return ASPxSchedulerOptionsBehavior objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxScheduler.OptionsBehavior
ASP.NET MVC Extensions SchedulerSettings.OptionsBehavior

Remarks

The ASPxSchedulerOptionsBehavior class provides a set of properties that control certain scheduler’s characteristics. The class instance can be accessed via the ASPxScheduler.OptionsBehavior property.

See Also