Delen via


PropertyContainer.ExtendedPopupRowTemplate Property

Gets or sets the ExtendedPopupRowTemplate for this PropertyContainer. This is a dependency property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Property ExtendedPopupRowTemplate As ControlTemplate
'Usage
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)

Property Value

Type: System.Windows.Controls.ControlTemplate
A ControlTemplate that represents the ExtendedPopupRowTemplate for this PropertyContainer.

Dependency Property Information

Identifier field

ExtendedPopupRowTemplateProperty

Metadata properties set to true

None

Remarks

The ExtendedPopupRowTemplate defines how the PropertyContainer renders itself when ActiveEditMode equals ExtendedPopup. Generally, host implementations will define this template to automatically include the InlineRowTemplate as well.

.NET Framework Security

See Also

Reference

PropertyContainer Class

PropertyContainer Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview