IAppointmentFlyoutData.Start Property
Gets or sets the Start value displayed in the appointment flyout.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime value that originates from the Appointment.Start value. |
Remarks
The Start value originates from the Appointment.Start value of the appointment whose information the flyout displays. The value is passed to the SchedulerControl.CustomizeAppointmentFlyout event handler and can be modified if the CustomizeAppointmentFlyoutEventArgs.Start property changes. After that, it goes into the SchedulerControl.AppointmentFlyoutShowing event handler.
See Also
Feedback