SchedulerControl.ShowNewAppointmentWindow(Boolean, Boolean) Method
Shows an Appointment Window to create a new appointment.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| allDay | Boolean |
|
| recurring | Boolean |
|
Remarks
The ShowNewAppointmentWindow method invokes the SchedulerControl.AppointmentWindowShowing event and displays the window specified by the WindowShowingEventArgs<T>.Window event argument property. If the event is not handled, default window is the RecurrenceWindow instance.
See Also