DialogPropertyValueEditor::DialogEditorTemplate Property
.NET Framework (current version)
Gets or sets the DataTemplate that is hosted by a host-specific dialog and has its DataContext set to a PropertyValue.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public: property DataTemplate^ DialogEditorTemplate { DataTemplate^ get(); void set(DataTemplate^ value); }
Property Value
Type: System.Windows::DataTemplate^The DataTemplate object that is hosted by a host-specific dialog.
If this property returns null, the ShowDialog method is called instead.
.NET Framework
Available since 4.0
Available since 4.0
Show: