Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DataTemplate that is used for an inline editor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Property InlineEditorTemplate As DataTemplate
'Usage
Dim instance As PropertyValueEditor
Dim value As DataTemplate
value = instance.InlineEditorTemplate
instance.InlineEditorTemplate = value
public DataTemplate InlineEditorTemplate { get; set; }
public:
property DataTemplate^ InlineEditorTemplate {
DataTemplate^ get ();
void set (DataTemplate^ value);
}
public function get InlineEditorTemplate () : DataTemplate
public function set InlineEditorTemplate (value : DataTemplate)
Property Value
Type: System.Windows.DataTemplate
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