PropertyContainer.ExtendedPopupRowTemplate Property
Gets or sets the ExtendedPopupRowTemplate for this PropertyContainer.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Windows.Controls.ControlTemplate
A ControlTemplate that represents the ExtendedPopupRowTemplate for this PropertyContainer.
Dependency Property Information
Identifier field |
|
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
- 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