ExtendedPropertyValueEditor Class

Definition

Container for all extended editor logic for properties.

public ref class ExtendedPropertyValueEditor : System::Activities::Presentation::PropertyEditing::PropertyValueEditor
public class ExtendedPropertyValueEditor : System.Activities.Presentation.PropertyEditing.PropertyValueEditor
type ExtendedPropertyValueEditor = class
    inherit PropertyValueEditor
Public Class ExtendedPropertyValueEditor
Inherits PropertyValueEditor
Inheritance
ExtendedPropertyValueEditor

Remarks

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.

Constructors

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.

Properties

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)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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)

Applies to