ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / IsEditable Property

In This Topic
    IsEditable Property (C1ComboBox)
    In This Topic
    Gets or sets whether the user can select a value not contained in the C1ComboBox' Items collection.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    public bool IsEditable {get; set;}
    See Also