SuggestedValuesBindableProperty Class
A BindableProperty class that allow's the UI (User Interface) to interact with the underlying Property's SuggestedValues collection.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class SuggestedValuesBindableProperty _
Inherits BindableProperty
public class SuggestedValuesBindableProperty : BindableProperty
public ref class SuggestedValuesBindableProperty : public BindableProperty
public class SuggestedValuesBindableProperty extends BindableProperty
Remarks
Property instances are shown in the designer as well in Visual Studio's property grid.
Threrefore this SuggestedValuesBindableProperty 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.SuggestedValuesBindableProperty
See Also
SuggestedValuesBindableProperty Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BindableProperty
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property