ExtendedPropertyValueEditor.ExtendedEditorTemplate 属性
定义
获取或设置一个 DataTemplate,它用于弹出或固定的扩展编辑器。Gets or sets the DataTemplate used for the extended pop-up or pinned editor.
public:
property System::Windows::DataTemplate ^ ExtendedEditorTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate ExtendedEditorTemplate { get; set; }
member this.ExtendedEditorTemplate : System.Windows.DataTemplate with get, set
Public Property ExtendedEditorTemplate As DataTemplate
属性值
用于弹出或固定的扩展编辑器的 DataTemplate 对象。The DataTemplate object used for the extended pop-up or pinned editor.
注解
其 DataContext 设置为 PropertyValue。Its DataContext is set to a PropertyValue.