Sdílet prostřednictvím


PropertyContainer.ExtendedPopupRowTemplate – vlastnost

Získá nebo nastaví ExtendedPopupRowTemplate Tento PropertyContainer.

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

Syntaxe

'Deklarace
Public Property ExtendedPopupRowTemplate As ControlTemplate
    Get
    Set
public ControlTemplate ExtendedPopupRowTemplate { get; set; }
public:
property ControlTemplate^ ExtendedPopupRowTemplate {
    ControlTemplate^ get ();
    void set (ControlTemplate^ value);
}
member ExtendedPopupRowTemplate : ControlTemplate with get, set
function get ExtendedPopupRowTemplate () : ControlTemplate
function set ExtendedPopupRowTemplate (value : ControlTemplate)

Hodnota vlastnosti

Typ: System.Windows.Controls.ControlTemplate
A ControlTemplate , představuje ExtendedPopupRowTemplate Tento PropertyContainer.

Informace o vlastnosti závislosti

Identifikátor pole

ExtendedPopupRowTemplateProperty

Nastavit vlastnosti metadattrue

Žádné

Poznámky

ExtendedPopupRowTemplate Definuje jak na PropertyContainer vykresluje při ActiveEditMode se rovná ExtendedPopup. Implementace hostitele obecně definuje tato šablona automaticky zahrnout InlineRowTemplate jako dobře.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyContainer Třída

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

Další zdroje

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview