OptionsBehavior Class
Provides behavior options for the scheduler control.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public class OptionsBehavior :
SchedulerOptionsBase<SchedulerOptionsBehavior>
Public Class OptionsBehavior
Inherits SchedulerOptionsBase(Of SchedulerOptionsBehavior)
Returned By
The SchedulerControl.OptionsBehavior property returns an instance of OptionsBehavior.
Remarks
The OptionsBehavior class provides a set of properties that manage a scheduler control's behavior. An instance of this class can be accessed via the SchedulerControl.OptionsBehavior property.
Examples
This example demonstrates how to specify basic characteristics of the SchedulerControl using the SchedulerControl.OptionsBehavior property.
<dxsch:SchedulerControl.OptionsBehavior>
<dxsch:OptionsBehavior ClientTimeZoneId="Central Pacific Standard Time"
RecurrentAppointmentDeleteAction="Ask"
RecurrentAppointmentEditAction="Occurrence"
RemindersFormDefaultAction="DismissAll"
ShowRemindersForm="True"
SelectOnRightClick="True"/>
</dxsch:SchedulerControl.OptionsBehavior>
Inheritance
See Also