PropertyValueEditor Constructors

Definition

Creates a new instance of the PropertyValueEditor class.

Overloads

PropertyValueEditor()

Creates a new instance of the PropertyValueEditor class.

PropertyValueEditor(DataTemplate)

Creates a new instance of the PropertyValueEditor class with the specified DataTemplate that is used for an inline editor.

PropertyValueEditor()

Creates a new instance of the PropertyValueEditor class.

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

Applies to

PropertyValueEditor(DataTemplate)

Creates a new instance of the PropertyValueEditor class with the specified DataTemplate that is used for an inline editor.

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

Parameters

inlineEditorTemplate
DataTemplate

The inline editor DataTemplate used to create the new property value editor.

Applies to