IAppointmentFlyoutData.Subject Property
Gets or sets the Subject value displayed in the appointment flyout.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String value that originates from the Appointment.Subject value. |
Remarks
The Subject value originates from the Appointment.Subject 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.Subject property changes. After that, it goes into the SchedulerControl.AppointmentFlyoutShowing event handler.
See Also
Feedback