Share via


PropertyValueEditor.InlineEditorTemplate Property

Gets or sets the DataTemplate that is used for an inline editor.

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

Syntax

'Declaration
Public Property InlineEditorTemplate As DataTemplate
'Usage
Dim instance As PropertyValueEditor 
Dim value As DataTemplate 

value = instance.InlineEditorTemplate

instance.InlineEditorTemplate = value
public DataTemplate InlineEditorTemplate { get; set; }
public:
property DataTemplate^ InlineEditorTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
public function get InlineEditorTemplate () : DataTemplate 
public function set InlineEditorTemplate (value : DataTemplate)

Property Value

Type: System.Windows.DataTemplate

Remarks

The DataTemplate has its DataContext set to a PropertyValue.

.NET Framework Security

See Also

Reference

PropertyValueEditor Class

PropertyValueEditor Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility