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

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

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.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