PropertyValueEditor.InlineEditorTemplate 속성

정의

인라인 편집기에서 사용되는 인라인 편집기를 가져오거나 설정합니다InlineEditorTemplateDataTemplate.

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

속성 값

인라인 편집기를 나타내는 A DataTemplate 입니다.

적용 대상