Back to Devexpress

ObjectCustomDrawEventArgs.Painter Property

windowsforms-devexpress-dot-xtraeditors-dot-objectcustomdraweventargs.md

latest1.2 KB
Original Source

ObjectCustomDrawEventArgs.Painter Property

Provides access to the object that performs paint operations.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public ObjectPainter Painter { get; }
vb
Public ReadOnly Property Painter As ObjectPainter

Property Value

TypeDescription
DevExpress.Utils.Drawing.ObjectPainter

An object that performs paint operations.

|

See Also

ObjectCustomDrawEventArgs Class

ObjectCustomDrawEventArgs Members

DevExpress.XtraEditors Namespace