次の方法で共有


PropertyValueEditor.InlineEditorTemplate プロパティ

定義

インライン エディターに使用される InlineEditorTemplate である DataTemplate を取得または設定します。

public:
 property System::Windows::DataTemplate ^ InlineEditorTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate InlineEditorTemplate { get; set; }
member this.InlineEditorTemplate : System.Windows.DataTemplate with get, set
Public Property InlineEditorTemplate As DataTemplate

プロパティ値

インライン エディターを表す DataTemplate

適用対象