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

SchedulerOptionsBehavior() Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public SchedulerOptionsBehavior()

Remarks

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

See Also