ExtendedPropertyValueEditor Class
Container for all extended editor logic for properties.
System.Activities.Presentation.PropertyEditing::PropertyValueEditor
System.Activities.Presentation.PropertyEditing::ExtendedPropertyValueEditor
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The ExtendedPropertyValueEditor type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The ExtendedPropertyValueEditor class can hold two 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
