Edit

Share via


ExtendedPropertyValueEditor Constructors

Definition

Creates a new instance of the ExtendedPropertyValueEditor class.

Overloads

ExtendedPropertyValueEditor()

Creates a new instance of the ExtendedPropertyValueEditor class without specified extended and inline editor DataTemplate objects.

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

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

ExtendedPropertyValueEditor()

Creates a new instance of the ExtendedPropertyValueEditor class without specified extended and inline editor DataTemplate objects.

public:
 ExtendedPropertyValueEditor();
public ExtendedPropertyValueEditor ();
Public Sub New ()

Applies to

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

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

public:
 ExtendedPropertyValueEditor(System::Windows::DataTemplate ^ extendedEditorTemplate, System::Windows::DataTemplate ^ inlineEditorTemplate);
public ExtendedPropertyValueEditor (System.Windows.DataTemplate extendedEditorTemplate, System.Windows.DataTemplate inlineEditorTemplate);
new System.Activities.Presentation.PropertyEditing.ExtendedPropertyValueEditor : System.Windows.DataTemplate * System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.ExtendedPropertyValueEditor
Public Sub New (extendedEditorTemplate As DataTemplate, inlineEditorTemplate As DataTemplate)

Parameters

extendedEditorTemplate
DataTemplate

The DataTemplate used for the extended pop-up or pinned editor.

inlineEditorTemplate
DataTemplate

The DataTemplate used for the inline editor.

Remarks

When used, its DataContext is set to a PropertyValue.

Applies to