DialogPropertyValueEditor.DialogEditorTemplate 属性

定义

获取或设置由特定于宿主的对话框所承载的 DataTemplate,并且其 DataContext 设置为 PropertyValue

public:
 property System::Windows::DataTemplate ^ DialogEditorTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate DialogEditorTemplate { get; set; }
member this.DialogEditorTemplate : System.Windows.DataTemplate with get, set
Public Property DialogEditorTemplate As DataTemplate

属性值

由特定宿主对话框承载的 DataTemplate 对象。

注解

如果此属性返回 null,则 ShowDialog 改为调用 方法。

适用于