PropertyValueEditor.InlineEditorTemplate, propriété

Mise à jour : novembre 2007

Obtient ou définit le DataTemplate utilisé pour un éditeur inline.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design (dans Microsoft.Windows.Design.dll)

Syntaxe

Public Property InlineEditorTemplate As DataTemplate

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)

Valeur de propriété

Type : System.Windows.DataTemplate

Notes

Pour DataTemplate, DataContext correspond à PropertyValue.

Autorisations

Voir aussi

Référence

PropertyValueEditor, classe

Membres PropertyValueEditor

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du concepteur WPF