Gets the item template to be used within the ListView host.

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

Syntax

C#
protected override DataTemplate GetItemsControlHostItemTemplate()
Visual Basic (Declaration)
Protected Overrides Function GetItemsControlHostItemTemplate As DataTemplate

Return Value

The item template to be used within the ListView host.

See Also