言語

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 オブジェクト。

注釈

その DataContextPropertyValueに設定されます。

適用対象