PropertyValueEditor Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Establishes an inline editor for the updating of property values.

Namespace:  System.Activities.Design.PropertyEditing
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public Class PropertyValueEditor
'Usage
Dim instance As PropertyValueEditor
public class PropertyValueEditor
public ref class PropertyValueEditor
public class PropertyValueEditor
type PropertyValueEditor =  class end

Remarks

This class can hold a single DataTemplate: one for an Inline editor. Inline editing refers to the entering of property values into a text box or similar control as opposed to setting the value by choosing it from a drop-down menu.

Inheritance Hierarchy

System.Object
  System.Activities.Design.PropertyEditing.PropertyValueEditor
    System.Activities.Design.PropertyEditing.DialogPropertyValueEditor
    System.Activities.Design.PropertyEditing.ExtendedPropertyValueEditor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

PropertyValueEditor Members

System.Activities.Design.PropertyEditing Namespace