Gets or sets the template to be used to display the Entity in the EntityViewBaseItemControl.
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 |