CustomizeAppointmentFlyoutEventArgs Properties
Provides data for the SchedulerControl.CustomizeAppointmentFlyout event.| Name | Description |
|---|---|
| Appearance | Provides access to an object used to control the appearance of the flyout contents, except the Subject rectangle. |
| Appointment | Provides access to an appointment for which the flyout is invoked. |
| End | Gets or sets the DateTime value displayed after the End text label. |
| Location | Gets or sets the text displayed after the Location text label. |
| Reminder | Gets or sets a reminder whose information is displayed in the appointment flyout. |
| ShowEndDate | Gets or sets whether to display the End information. |
| ShowLocation | Gets or sets whether to display the Location information. |
| ShowReminder | Gets or sets whether to display the time before start information of the appointment reminder. |
| ShowStartDate | Gets or sets whether to display the Start information. |
| ShowStatus | Gets or sets whether to display the status line. |
| ShowSubject | Gets or sets whether to display the Subject rectangle. |
| Start | Gets or sets the DateTime value displayed after the Start text label. |
| Subject | Gets or sets the text displayed in the Subject rectangle. |
| SubjectAppearance | Provides access to an object used to specify the appearance of the text in the Subject rectangle of the appointment flyout. |
See Also