ExtendedPropertyValueEditor Class
Container for all extended editor logic for properties.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
System.Activities.Presentation.PropertyEditing::PropertyValueEditor
System.Activities.Presentation.PropertyEditing::ExtendedPropertyValueEditor
| Name | Description | |
|---|---|---|
![]() | ExtendedPropertyValueEditor() | Creates a new instance of the ExtendedPropertyValueEditor class without specified extended and inline editor DataTemplate objects. |
![]() | ExtendedPropertyValueEditor(DataTemplate^, DataTemplate^) | Creates a new instance of ExtendedPropertyValueEditor with the specified extended and inline editor DataTemplate objects. |
| Name | Description | |
|---|---|---|
![]() | ExtendedEditorTemplate | Gets or sets the DataTemplate used for the extended pop-up or pinned editor. |
![]() | InlineEditorTemplate | Gets or sets the InlineEditorTemplate, the DataTemplate that is used for an inline editor.(Inherited from PropertyValueEditor.) |
| Name | Description | |
|---|---|---|
![]() | 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.) |
The ExtendedPropertyValueEditor class can hold two T:System.DataTemplate objects, one for an inline editor and one for an extended editor. The inline editor provides a custom interface that appears within the bounds of the Properties window, and the extended editor provides an interface that appears in a new window.
The InlineEditorTemplate property returns the XAML template for the visual interface for the inline editor, and the ExtendedEditorTemplate property returns the XAML template for the extended editor. These are typically provided in a ResourceDictionary elsewhere in the project.
You should use the EditModeSwitchButton to invoke your custom ExtendedPropertyValueEditor.
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.


