ExtendedPropertyValueEditor Constructor (DataTemplate, DataTemplate)

Initializes a new instance of the ExtendedPropertyValueEditor class with the specified extended and inline editor DataTemplate objects.

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

Syntax

'Declaration
Public Sub New ( _
    extendedEditorTemplate As DataTemplate, _
    inlineEditorTemplate As DataTemplate _
)
public ExtendedPropertyValueEditor(
    DataTemplate extendedEditorTemplate,
    DataTemplate inlineEditorTemplate
)
public:
ExtendedPropertyValueEditor(
    DataTemplate^ extendedEditorTemplate, 
    DataTemplate^ inlineEditorTemplate
)
new : 
        extendedEditorTemplate:DataTemplate * 
        inlineEditorTemplate:DataTemplate -> ExtendedPropertyValueEditor
public function ExtendedPropertyValueEditor(
    extendedEditorTemplate : DataTemplate, 
    inlineEditorTemplate : DataTemplate
)

Parameters

.NET Framework Security

See Also

Reference

ExtendedPropertyValueEditor Class

ExtendedPropertyValueEditor Overload

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility