The type of value that this editor can edit. This is a dependency property.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public Type EditedType { get; set; }
Visual Basic (Declaration)
Public Property EditedType As Type

Remarks

The object to which the EditorTemplate will be bound is of this type; therefore the template can reference member properties of this type without qualification.

Dependency Property Information
Identifier field EditedTypeProperty
Metadata properties set to true None

See Also