ComponentOne Basic Library for WPF and Silverlight
IsEditable Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : IsEditable Property
Get/Set if the user can select a value not contained in the C1ComboBox' Items collection.
Syntax
'Declaration
 
Public Property IsEditable As System.Boolean
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Boolean
 
instance.IsEditable = value
 
value = instance.IsEditable
public System.bool IsEditable {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members