Share via


PopupEditorBindableProperty Class

A BindableProperty implementation that allows the user to interact with the underlying Property's value through a model popup editor.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class PopupEditorBindableProperty _
    Inherits BindableProperty
public class PopupEditorBindableProperty : BindableProperty
public ref class PopupEditorBindableProperty : public BindableProperty
public class PopupEditorBindableProperty extends BindableProperty

Remarks

Property instances are shown in the designer as well in Visual Studio's property grid.
Threrefore the BindableProperty class derives from PropertyDescriptor.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MemberDescriptor
    System.ComponentModel.PropertyDescriptor
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BindableProperty
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.PopupEditorBindableProperty

See Also

PopupEditorBindableProperty Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BindableProperty