CustomDrawNodeCellEventArgs.EditPainter Property
Gets the editor’s painter object used to paint a cell.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.Drawing.BaseEditPainter | A BaseEditPainter object providing a painting mechanism for the painted editor. |
See Also