다음을 통해 공유


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

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

적용 대상