Skip to main content

SchedulerOptionsBehavior Class

Provides behavior options for the Scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class SchedulerOptionsBehavior :
    SchedulerOptionsBehaviorBase

The following members return SchedulerOptionsBehavior objects:

Remarks

The SchedulerOptionsBehavior class provides a set of Boolean properties that control a scheduler’s behavior. These class instances can be accessed via the control’s SchedulerControl.OptionsBehavior property.

See Also