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

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

Syntax

C#
protected internal virtual DataTemplate GetItemsControlHostItemTemplate()
Visual Basic (Declaration)
Protected Friend Overridable Function GetItemsControlHostItemTemplate As DataTemplate

Return Value

The item template to be used within the ItemsControl host.

See Also