PropertyValueEditor.InlineEditorTemplate Property
Gets or sets the DataTemplate that is used for an inline editor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property InlineEditorTemplate As DataTemplate
Get
Set
public DataTemplate InlineEditorTemplate { get; set; }
public:
property DataTemplate^ InlineEditorTemplate {
DataTemplate^ get ();
void set (DataTemplate^ value);
}
member InlineEditorTemplate : DataTemplate with get, set
function get InlineEditorTemplate () : DataTemplate
function set InlineEditorTemplate (value : DataTemplate)
Property Value
Type: System.Windows.DataTemplate
A DataTemplate that defines the inline editor.
Remarks
The DataTemplate has its DataContext set to a PropertyValue.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace