PropertyValueEditor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.