Skip to main content

CustomDrawRowValueCellEventArgs(GraphicsCache, RowValueInfo) Constructor

Initializes a new instance of the CustomDrawRowValueCellEventArgs class with the specified settings.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public CustomDrawRowValueCellEventArgs(
    GraphicsCache cache,
    RowValueInfo rowValueInfo
)

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