Share via


ExtendedPropertyValueEditor.ExtendedEditorTemplate Property

Get or sets the DataTemplate used for the extended popup/pinned editor.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Property ExtendedEditorTemplate As DataTemplate
'Usage
Dim instance As ExtendedPropertyValueEditor 
Dim value As DataTemplate 

value = instance.ExtendedEditorTemplate

instance.ExtendedEditorTemplate = value
public DataTemplate ExtendedEditorTemplate { get; set; }
public:
property DataTemplate^ ExtendedEditorTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
public function get ExtendedEditorTemplate () : DataTemplate 
public function set ExtendedEditorTemplate (value : DataTemplate)

Property Value

Type: System.Windows.DataTemplate

Remarks

Its DataContext property will be set to a PropertyValue.

.NET Framework Security

See Also

Reference

ExtendedPropertyValueEditor Class

ExtendedPropertyValueEditor Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility