Gets or sets the data template to be used to display the specified node.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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 |