Gets the content template to be used within the EntityViewBase host.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
protected override DataTemplate GetContentControlHostContentTemplate()
Visual Basic (Declaration)
Protected Overrides Function GetContentControlHostContentTemplate As DataTemplate

Return Value

The content template to be used within the EntityViewBase host.

See Also