PropertyValueEditor Constructor (DataTemplate)
Initializes a new instance of the PropertyValueEditor class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
inlineEditorTemplate As DataTemplate _
)
public PropertyValueEditor(
DataTemplate inlineEditorTemplate
)
public:
PropertyValueEditor(
DataTemplate^ inlineEditorTemplate
)
new :
inlineEditorTemplate:DataTemplate -> PropertyValueEditor
public function PropertyValueEditor(
inlineEditorTemplate : DataTemplate
)
Parameters
- inlineEditorTemplate
Type: System.Windows.DataTemplate
The DataTemplate that is used for an inline editor. This DataTemplate has its DataContext set to a PropertyValue.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace