PropertyValueEditor Class
Establishes an inline editor for the updating of property values.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
System.Activities.Presentation.PropertyEditing::PropertyValueEditor
System.Activities.Presentation.PropertyEditing::DialogPropertyValueEditor
System.Activities.Presentation.PropertyEditing::ExtendedPropertyValueEditor
| Name | Description | |
|---|---|---|
![]() | PropertyValueEditor() | Creates a new instance of the PropertyValueEditor class. |
![]() | PropertyValueEditor(DataTemplate^) | Creates a new instance of the PropertyValueEditor class as the specified P:System.Activities.Presentation.PropertyEditing.PropertyContainer.InlineEditorTemplate. |
| Name | Description | |
|---|---|---|
![]() | InlineEditorTemplate | Gets or sets the InlineEditorTemplate, the DataTemplate that is used for an inline editor. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateEditorAttribute(PropertyValueEditor^) | Creates a new EditorAttribute to designate that a particular PropertyValueEditor be used to change a property value. |
![]() ![]() | CreateEditorAttribute(Type^) | Creates a new EditorAttribute to designate that a particular PropertyValueEditor type be used to change a property value. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



