Sdílet prostřednictvím


PropertyValueEditor.InlineEditorTemplate – vlastnost

Získá nebo nastaví DataTemplate používané pro vložené editor.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Windows.DataTemplate
A DataTemplate definující vložené editor.

Poznámky

The DataTemplate has its DataContext set to a PropertyValue.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyValueEditor Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

Property Editing Architecture

WPF Designer Extensibility