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 대신 호출됩니다.

적용 대상