ComboBox.IsInputable

ComboBox.IsInputable property

Indicates if the user can input text to the combobox. The inputted text will be saved as the cell’s value. The default value is “false”.

public bool IsInputable { get; set; }

See Also