Skip to main content

SchedulerOptionsBehavior() Constructor

Initializes a new instance of the SchedulerOptionsBehavior class with default settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public SchedulerOptionsBehavior()

Remarks

In this case the SchedulerOptionsBehaviorBase.ShowRemindersForm property will be set to true.

See Also