Gets or sets the DataTemplate to be used to display each item. This is a dependency property.

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

Syntax

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

See Also