Gets or sets the way in which the EditorTemplate is bound to the property value. 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 TypeEditorTemplateBindingMode TemplateBindingMode { get; set; }
Visual Basic (Declaration)
Public Property TemplateBindingMode As TypeEditorTemplateBindingMode

Remarks

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

See Also