A newer version of this page is available.
Switch to the current version.
OptionsWindows Class
Allows specifying custom window types instead of the default windows.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public class OptionsWindows :
SchedulerFreezableComponent
Public Class OptionsWindows
Inherits SchedulerFreezableComponent
Related API Members
The following members accept/return OptionsWindows objects:
Examples
Set the OptionsWindows.AppointmentWindowType value to the type of a custom appointment editing window (HospitalAppointmentWindow). Set the OptionsWindows.RecurrenceWindowType value to the type of a custom recurrence window (HospitalRecurrenceWindow).
NOTE
A complete sample project is available at https://github.com/DevExpress-Examples/how-to-create-a-scheduling-application-which-uses-custom-editing-and-recurrence-dialog-t545486.
<dxsch:SchedulerControl.OptionsWindows>
<dxsch:OptionsWindows AppointmentWindowType="{x:Type local:HospitalAppointmentWindow}" RecurrenceWindowType="{x:Type local:HospitalRecurrenceWindow}" />
</dxsch:SchedulerControl.OptionsWindows>
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.Scheduling.Internal.SchedulerFreezableComponent
OptionsWindows
Extension Methods
See Also
Feedback