다음을 통해 공유


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

확장 팝업 또는 고정 편집기에 사용되는 DataTemplate 개체입니다.

설명

해당 DataContextPropertyValue로 설정됩니다.

적용 대상