windowsforms-devexpress-dot-xtratreelist-dot-treelist-2a8f5d7d.md
Enables you to paint rows.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[DXCategory("CustomDraw")]
public event CustomDrawRowEventHandler CustomDrawRow
<DXCategory("CustomDraw")>
Public Event CustomDrawRow As CustomDrawRowEventHandler
The CustomDrawRow event's data class is DevExpress.XtraTreeList.CustomDrawRowEventArgs.
Handle the CustomDrawRow event to paint tree list rows manually. Read the following topic for information and examples on custom draw events: Custom Drawing.
Note
CustomDraw events to avoid display issues.See Also