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