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

CustomDrawNodeCellEventArgs.EditPainter Property

Gets the editor’s painter object used to paint a cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public BaseEditPainter EditPainter { get; }

Property Value

Type Description
DevExpress.XtraEditors.Drawing.BaseEditPainter

A BaseEditPainter object providing a painting mechanism for the painted editor.

See Also