Skip to main content
All docs
V26.1
  • CustomDrawRowHeaderCellEventArgs(GraphicsCache, RowCaptionInfo, ObjectPainter) Constructor

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

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    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