CustomDrawRowValueCellEventArgs(GraphicsCache, RowValueInfo) Constructor
Initializes a new instance of the CustomDrawRowValueCellEventArgs class with the specified settings.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
cache | GraphicsCache | A GraphicsCache object which stores pens, fonts and brushes. This object is assigned to the CustomDrawEventArgs.Cache property. |
rowValueInfo | DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo |
See Also