Skip to main content
All docs
V23.2

TreeList.CustomizeNodeTemplate Event

Allows you to customize templated nodes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[DXCategory("Events")]
public event CustomizeNodeHtmlEventHandler CustomizeNodeTemplate

Event Data

The CustomizeNodeTemplate event's data class is DevExpress.XtraTreeList.CustomizeNodeHtmlEventArgs.

Remarks

The WinForms TreeList control supports HTML/CSS templates and allows you to generate unique custom layouts for nodes. The TreeList control fires the CustomizeNodeTemplate event for each templated node before it is displayed and allows you to customize HTML elements.

See Also