RowCellCustomDrawEventArgs Properties
Provides data for the GridView.CustomDrawCell, CardView.CustomDrawCardField, CardView.CustomDrawCardFieldCaption, and CardView.CustomDrawCardFieldValue events.
Name | Description |
---|---|
Appearance |
Gets the painted element’s appearance settings.
Inherited from Custom |
Bounds |
Returns a value specifying limits for the drawing area.
Inherited from Custom |
Cache |
Provides methods to paint on drawing surfaces in GDI+ and Direct |
Cell | Provides information on the painted cell. |
Cell |
Gets the painted value or display text (depending on the event). |
Column | Gets the column whose element is being painted. |
Display |
Gets or sets the painted element’s display text. |
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.
Inherited from Custom |
Row |
Gets the handle of a painted element’s row. |
See Also