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

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Remarks

Dependency Property Information
Identifier fieldEditorTemplateProperty
Metadata properties set to trueNone

See Also