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

OptionsWindows Class

Allows specifying custom window types instead of the default windows.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class OptionsWindows :
    SchedulerFreezableComponent

The following members return OptionsWindows objects:

Example

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).

View Example

<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
See Also