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 个表示内联编辑器。

适用于