DialogPropertyValueEditor.DialogEditorTemplate 属性

定义

获取或设置 DataTemplate 由特定于主机的对话承载并设置为 DataContext a 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 改为调用该方法。

适用于