Skip to main content
A newer version of this page is available. .

CustomDrawRowValueCellEventArgs(GraphicsCache, RowValueInfo) Constructor

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public CustomDrawRowValueCellEventArgs(
    GraphicsCache cache,
    RowValueInfo rv
)

Parameters

Name Type Description
cache GraphicsCache

A GraphicsCache object which stores pens, fonts and brushes. This object is assigned to the CustomDrawEventArgs.Cache property.

rv DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo

The row value info specific to the target row.

See Also