FrameworkEditorBindableProperty.Editor Property
Gets a new editor instance for the underlying Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Editor As FrameworkElement
public FrameworkElement Editor { get; }
public:
property FrameworkElement^ Editor {
FrameworkElement^ get ();
}
public function get Editor () : FrameworkElement
Field Value
A new editor isntance for the underlying Property.
See Also
FrameworkEditorBindableProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace