SchedulerControl.CreateNewAllDayEvent() Method
In This Article
Invokes the dialog for editing a newly created all-day appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Remarks
The Edit Appointment dialog is displayed with the following appointment settings:
Property | Value |
---|---|
Appointment. |
true |
Appointment. |
The start of the time interval currently selected in the active view of the Scheduler. This time interval can be obtained using the Scheduler |
Appointment. |
The end of the time interval currently selected in the active view of the Scheduler. This time interval can be obtained using the Scheduler |
Appointment. |
The identifier of the currently selected resource (a resource returned by the Scheduler |
Status |
Appointment |
Tip
To create a new appointment in code, use the Scheduler
Note
Use the Scheduler
See Also