Displays the content of an entity item providing a user interface that allows the user to modify properties of the entity.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class EntityViewBaseItemControl : Control
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class EntityViewBaseItemControl _
	Inherits Control

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..::.EntityViewBaseItemControl

See Also