Gets or sets the DataTemplate which the editor uses to present or edit node values. This is a dependency property.

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

Syntax

C#
public DataTemplate EditorTemplate { get; set; }
Visual Basic (Declaration)
Public Property EditorTemplate As DataTemplate

Remarks

Dependency Property Information
Identifier field EditorTemplateProperty
Metadata properties set to true None

See Also