Condividi tramite


Proprietà PropertyContainer.ExtendedPopupRowTemplate

Aggiornamento: novembre 2007

Ottiene o imposta l'oggetto ExtendedPopupRowTemplate per questo oggetto PropertyContainer. Si tratta di una proprietà di dipendenza.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Sintassi

Public Property ExtendedPopupRowTemplate As ControlTemplate

Dim instance As PropertyContainer
Dim value As ControlTemplate

value = instance.ExtendedPopupRowTemplate

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

Valore proprietà

Tipo: System.Windows.Controls.ControlTemplate

Oggetto ControlTemplate che rappresenta l'oggetto ExtendedPopupRowTemplate per questo oggetto PropertyContainer.

Informazioni proprietà di dipendenza

Campo dell'identificatore

ExtendedPopupRowTemplateProperty

Proprietà dei metadati impostate su true

Nessuna

Note

L'oggetto ExtendedPopupRowTemplate definisce il modo in cui l'oggetto PropertyContainer esegue il rendering di sé stesso quando l'oggetto ActiveEditMode è uguale all'oggetto ExtendedPopup. Generalmente, le implementazioni host definiscono questo modello in modo da includere automaticamente anche l'oggetto InlineRowTemplate.

Autorizzazioni

Vedere anche

Riferimenti

PropertyContainer Classe

Membri PropertyContainer

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Cenni preliminari sulle proprietà di dipendenza