CustomDrawAppointmentFlyoutSubjectEventArgs Properties
Provides data for the SchedulerControl.CustomDrawAppointmentFlyoutSubject event.| Name | Description |
|---|---|
| Appointment | Provides access to an appointment for which the flyout is invoked. |
| Bounds | Returns the bounding rectangle of the drawing area. Inherited from CustomDrawObjectEventArgs. |
| Cache | Gets an object which specifies the storage for the pens, fonts and brushes. Use it for custom painting in Scheduler Reports. Inherited from CustomDrawObjectEventArgs. |
| Graphics | Gets an object used for painting. Inherited from CustomDrawObjectEventArgs. |
| Handled | Gets or sets whether an event was handled. If it was handled, the default actions are not required. Inherited from CustomDrawObjectEventArgs. |
| ObjectInfo | Gets information on the painted element. Inherited from CustomDrawObjectEventArgs. |
| StatusBounds | Gets the location and size of the status line in the flyout’s Subject rectangle. |
See Also