SuggestedValuesBindableProperty.SuggestedValuesEditable Property
Gets whether values other than the BindableSuggestedValues are allowed.
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 SuggestedValuesEditable As Boolean
public bool SuggestedValuesEditable { get; }
public:
property bool SuggestedValuesEditable {
bool get ();
}
public function get SuggestedValuesEditable () : boolean
Field Value
truetrue (True in Visual Basic) if values other than the BindableSuggestedValues are allowed.
See Also
SuggestedValuesBindableProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace