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

适用于