Get/Set if the user can select a value not contained in the C1ComboBox' Items collection.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsEditable { get; set; }
Visual Basic
Public Property IsEditable As Boolean
	Get
	Set

See Also