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

CustomDrawRowFooterEventArgs(GraphicsCache, ObjectPainter, RowFooterInfo) Constructor

Initializes a new instance of the CustomDrawRowFooterEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public CustomDrawRowFooterEventArgs(
    GraphicsCache cache,
    ObjectPainter painter,
    RowFooterInfo info
)

Parameters

Name Type Description
cache GraphicsCache

A GraphicsCache object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the CustomDrawEventArgs.Cache property.

painter DevExpress.Utils.Drawing.ObjectPainter

A DevExpress.Utils.Drawing.ObjectPainter object that provides facilities for painting an element using the default mechanism. This value is assigned to the CustomDrawEventArgs.Painter property.

info DevExpress.XtraTreeList.ViewInfo.RowFooterInfo

A DevExpress.XtraTreeList.ViewInfo.RowFooterInfo object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property.

See Also