Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ExtendedPinnedRowTemplate 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 ExtendedPinnedRowTemplate As ControlTemplate
'Usage
Dim instance As PropertyContainer
Dim value As ControlTemplate
value = instance.ExtendedPinnedRowTemplate
instance.ExtendedPinnedRowTemplate = value
public ControlTemplate ExtendedPinnedRowTemplate { get; set; }
public:
property ControlTemplate^ ExtendedPinnedRowTemplate {
ControlTemplate^ get ();
void set (ControlTemplate^ value);
}
public function get ExtendedPinnedRowTemplate () : ControlTemplate
public 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 |
|
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace