Gets or sets the DataTemplate to be used to display each item.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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 |