ExtendedPropertyValueEditor.ExtendedEditorTemplate Property
Get or sets the DataTemplate used for the extended popup/pinned editor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property ExtendedEditorTemplate As DataTemplate
Get
Set
public DataTemplate ExtendedEditorTemplate { get; set; }
public:
property DataTemplate^ ExtendedEditorTemplate {
DataTemplate^ get ();
void set (DataTemplate^ value);
}
member ExtendedEditorTemplate : DataTemplate with get, set
function get ExtendedEditorTemplate () : DataTemplate
function set ExtendedEditorTemplate (value : DataTemplate)
Property Value
Type: System.Windows.DataTemplate
A DataTemplate that defines the editor.
Remarks
Its DataContext property will be set to a PropertyValue.
.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
ExtendedPropertyValueEditor Class
Microsoft.Windows.Design.PropertyEditing Namespace