Gets or sets the data template to be used to display an entity.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public DataTemplate EntityTemplate { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property EntityTemplate As DataTemplate |