RowCellCustomDrawEventArgs Constructors
Provides data for the GridView.CustomDrawCell, CardView.CustomDrawCardField, CardView.CustomDrawCardFieldCaption, and CardView.CustomDrawCardFieldValue events.Name | Parameters | Description |
---|---|---|
RowCellCustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject, Int32, GridColumn, Object, String) | cache, bounds, appearance, rowHandle, column, cellValue, displayText | Initializes a new instance of the RowCellCustomDrawEventArgs class with the specified settings. |
See Also