ExtendedPropertyValueEditor.ExtendedEditorTemplate, propriété

Mise à jour : novembre 2007

Obtient ou définit le DataTemplate utilisé pour l'éditeur contextuel/épinglé étendu.

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

Syntaxe

Public Property ExtendedEditorTemplate As DataTemplate

Dim instance As ExtendedPropertyValueEditor
Dim value As DataTemplate

value = instance.ExtendedEditorTemplate

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

Valeur de propriété

Type : System.Windows.DataTemplate

Notes

Sa propriété DataContext correspond à PropertyValue.

Autorisations

Voir aussi

Référence

ExtendedPropertyValueEditor, classe

Membres ExtendedPropertyValueEditor

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du concepteur WPF