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.v18.2.dll

Declaration

public class ASPxSchedulerOptionsBehavior :
    SchedulerOptionsBehaviorBase

The following members return ASPxSchedulerOptionsBehavior objects:

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