Gets or sets the data template to be used to display the specified node. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public DataTemplate NodeContentTemplate { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property NodeContentTemplate As DataTemplate

See Also