Skip to main content
All docs
V23.2

CustomDrawRowHeaderCellEventArgs(GraphicsCache, RowCaptionInfo, ObjectPainter) Constructor

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public CustomDrawRowHeaderCellEventArgs(
    GraphicsCache cache,
    RowCaptionInfo captionInfo,
    ObjectPainter painter
)

Parameters

Name Type
cache GraphicsCache
captionInfo DevExpress.XtraVerticalGrid.ViewInfo.RowCaptionInfo
painter DevExpress.Utils.Drawing.ObjectPainter
See Also