Allows the application writer to provide custom logic for choosing a template used to display each item in the node list view.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public DataTemplateSelector NodeListViewItemTemplateSelector { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property NodeListViewItemTemplateSelector As DataTemplateSelector |