Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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