PropertyValueEditor::InlineEditorTemplate Property

.NET Framework (current version)
 

Gets or sets the InlineEditorTemplate, the DataTemplate that is used for an inline editor.

Namespace:   System.Activities.Presentation.PropertyEditing
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property DataTemplate^ InlineEditorTemplate {
	DataTemplate^ get();
	void set(DataTemplate^ value);
}

Property Value

Type: System.Windows::DataTemplate^

A DataTemplate that represents an inline editor.

This DataTemplate has its T:System.Windows.DataContext set to a PropertyValue.

.NET Framework
Available since 4.0
Return to top
Show: