GroupCaptionCustomDrawEventArgs(GraphicsCache, ObjectPainter, ObjectInfoArgs) Constructor
Initializes a new instance of the GroupCaptionCustomDrawEventArgs class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public GroupCaptionCustomDrawEventArgs(
GraphicsCache cache,
ObjectPainter painter,
ObjectInfoArgs 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 Cache property. |
painter | DevExpress.Utils.Drawing.ObjectPainter | An DevExpress.Utils.Drawing.ObjectPainter object that provides facilities for painting an element using the default mechanism. This value is assigned to the Painter property. |
info | DevExpress.Utils.Drawing.ObjectInfoArgs | A DevExpress.Utils.Drawing.ObjectInfoArgs object that contains information about the element being painted. This value is assigned to the GroupCaptionCustomDrawEventArgs.Info property. |