A control which acts a placeholder for wrapping a decorating DataTemplate (represented by the ContentTemplate) around a "base" template known only at run time.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class EditorDecorator : ContentControl
Visual Basic (Declaration)
Public Class EditorDecorator _
	Inherits ContentControl

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
              System.Windows.Controls..::.ContentControl
                Mindscape.WpfElements.WpfPropertyGrid..::.EditorDecorator

See Also