CustomDrawRowFooterEventArgs(GraphicsCache, ObjectPainter, RowFooterInfo) Constructor
Initializes a new instance of the CustomDrawRowFooterEventArgs class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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