PropertyValueEditor.InlineEditorTemplate Property

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

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

Syntax

'Declaration
Public Property InlineEditorTemplate As DataTemplate
    Get
    Set
public DataTemplate InlineEditorTemplate { get; set; }
public:
property DataTemplate^ InlineEditorTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
member InlineEditorTemplate : DataTemplate with get, set
function get InlineEditorTemplate () : DataTemplate
function set InlineEditorTemplate (value : DataTemplate)

Property Value

Type: System.Windows.DataTemplate
A DataTemplate that defines the inline editor.

Remarks

The DataTemplate has its DataContext set to a PropertyValue.

.NET Framework Security

See Also

Reference

PropertyValueEditor Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility