IAppointmentFlyoutData.End Property
Gets or sets the End 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.End value. |
Remarks
The End value originates from the Appointment.End 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.End property changes. After that, it goes into the SchedulerControl.AppointmentFlyoutShowing event handler.
See Also
Feedback