ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / IsEditable Property

In This Topic
    IsEditable Property
    In This Topic
    A value that determines whether input is editable. Default: true. Type: Boolean.
    Syntax
    'Declaration
     
    Public Property IsEditable As System.Boolean
    public System.bool IsEditable {get; set;}
    See Also