Represents a control that can be used to present an items. Use Content property to set the entity data item managed by the control. Alternatively you can set the EntityManagerSource to a customized entity manager to use and to select the content from.

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

Syntax

C#
[TemplatePartAttribute(Name = "PART_ContentControlHost", Type = typeof(ContentControl))]
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class ContentControl : ContentControlBase
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_ContentControlHost", Type := GetType(ContentControl))> _
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class ContentControl _
	Inherits ContentControlBase

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
                DlhSoft.Windows.Controls..::.ContentControl
                  DlhSoft.Windows.Controls..::.EntityViewBase
                  DlhSoft.Windows.Controls..::.TreeListViewItem

See Also