Partager via


ExtendedPropertyValueEditor.ExtendedEditorTemplate, propriété

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

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

Syntaxe

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

Valeur de propriété

Type : System.Windows.DataTemplate
DataTemplate qui définit l'éditeur.

Notes

Sa propriété DataContext correspond à PropertyValue.

Sécurité .NET Framework

Voir aussi

Référence

ExtendedPropertyValueEditor Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF