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설정됩니다.

적용 대상