CustomDrawEventArgs Properties
Provides data for the GridView.CustomDrawGroupPanel and ColumnView.CustomDrawEmptyForeground events.
Name | Description |
---|---|
Appearance | Gets the painted element’s appearance settings. |
Bounds | Returns a value specifying limits for the drawing area. |
Cache |
Provides methods to paint on drawing surfaces in GDI+ and Direct |
Graphics |
A GDI+ drawing surface. Use the Custom |
Handled | Gets or sets a value specifying whether an event was handled and that the default element painting is therefore not required. |
See Also