ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexComboBox Class / IsEditable Property

In This Topic
    IsEditable Property (C1FlexComboBox)
    In This Topic
    Gets or sets a value that determines whether the textbox is editable or restricted to the items in the DropDownItems collection.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    public bool IsEditable {get; set;}
    See Also