CustomDrawRowHeaderCellEventArgs Constructors
Provides data for the VGridControlBase.CustomDrawRowHeaderCell event.| Name | Parameters | Description |
|---|---|---|
| CustomDrawRowHeaderCellEventArgs(GraphicsCache, RowCaptionInfo, ObjectPainter) | cache, captionInfo, painter | Initializes a new instance of the CustomDrawRowHeaderCellEventArgs class with specified settings. |
| CustomDrawRowHeaderCellEventArgs(GraphicsCache, Rectangle, AppearanceObject) | cache, bounds, appearance | Initializes a new instance of the CustomDrawRowHeaderCellEventArgs class. |
See Also