Share via


PropertyContainer.ExtendedPinnedRowTemplate Property

Gets or sets the ExtendedPinnedRowTemplate for this PropertyContainer.

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

Syntax

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

Property Value

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

Dependency Property Information

Identifier field

ExtendedPinnedRowTemplateProperty

Metadata properties set to true

None

Remarks

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

.NET Framework Security

See Also

Reference

PropertyContainer Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview