CustomDrawEventArgs.Painter Property
Gets the painter object that provides the default element’s painting mechanism.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Utils.Drawing.ObjectPainter | An ObjectPainter descendant providing the default painting mechanism for the painted element. |
Remarks
Use the DefaultDraw() method to draw a UI element with default settings.
See Also