Property.SuggestedValuesEditable Property
Gets a value indicating if the values must be from the SuggestedValues set or if other values an be provided.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SuggestedValuesEditable As Boolean
public virtual bool SuggestedValuesEditable { get; }
public:
virtual property bool SuggestedValuesEditable {
bool get ();
}
public function get SuggestedValuesEditable () : boolean
Remarks
Returns truetrue (True in Visual Basic) if the value must come from the SuggestedValues list. Otherwise, returns falsefalse (False in Visual Basic).
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace