PopupEditorBindableProperty.PopupEditor Property
Gets the UITypeEditor implementation that can be used to edit the underlying Property's value.
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 PopupEditor As UITypeEditor
public UITypeEditor PopupEditor { get; }
public:
property UITypeEditor^ PopupEditor {
UITypeEditor^ get ();
}
public function get PopupEditor () : UITypeEditor
Field Value
The UITypeEditor implementation that can be used to edit the underlying Property's value.
See Also
PopupEditorBindableProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace