ExtendedPropertyValueEditor.ExtendedEditorTemplate 属性

定义

获取或设置一个 DataTemplate,它用于弹出或固定的扩展编辑器。

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 对象。

注解

DataContext 设置为 PropertyValue

适用于