Gets or sets an object which is made available to the editor template through the EditContext binding. 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 Object EditContext { get; set; }
Visual Basic (Declaration)
Public Property EditContext As Object

Remarks

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

See Also