ExtendedPropertyValueEditor.ExtendedEditorTemplate Property
Get or sets the DataTemplate used for the extended popup/pinned editor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Property ExtendedEditorTemplate As DataTemplate
'Usage
Dim instance As ExtendedPropertyValueEditor
Dim value As DataTemplate
value = instance.ExtendedEditorTemplate
instance.ExtendedEditorTemplate = value
public DataTemplate ExtendedEditorTemplate { get; set; }
public:
property DataTemplate^ ExtendedEditorTemplate {
DataTemplate^ get ();
void set (DataTemplate^ value);
}
public function get ExtendedEditorTemplate () : DataTemplate
public function set ExtendedEditorTemplate (value : DataTemplate)
Property Value
Type: System.Windows.DataTemplate
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
ExtendedPropertyValueEditor Members
Microsoft.Windows.Design.PropertyEditing Namespace