PropertyValueEditor Class

Definition

Establishes an inline editor for the updating of property values.

public ref class PropertyValueEditor
public class PropertyValueEditor
type PropertyValueEditor = class
Public Class PropertyValueEditor
Inheritance
PropertyValueEditor
Derived

Examples

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.

Constructors

PropertyValueEditor()

Creates a new instance of the PropertyValueEditor class.

PropertyValueEditor(DataTemplate)

Creates a new instance of the PropertyValueEditor class with the specified DataTemplate that is used for an inline editor.

Properties

InlineEditorTemplate

Gets or sets the InlineEditorTemplate, the DataTemplate that is used for an inline editor.

Methods

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