CustomDrawTimescaleColumnEventArgs Properties
Provides data for the GanttControl.CustomDrawTimescaleColumn event.| Name | Description |
|---|---|
| Cache | Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics. Inherited from CustomDrawEventArgs. |
| Column | Gets the processed column. |
| Handled | Gets or sets whether the event is handled and allows you to prevent the control from drawing the visual element in its default appearance. Inherited from CustomDrawEventArgs. |
See Also