Skip to main content

ASPxSchedulerOptionsBehavior Class

Holds options, specifying certain basic characteristics of the scheduler.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerOptionsBehavior :
    SchedulerOptionsBehaviorBase

The following members return ASPxSchedulerOptionsBehavior objects:

Library Related API Members
ASP.NET Web Forms Controls 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