Gets or sets the text in the C1ComboBox. The behavior depends on the AutoComplete and IsEditable properties.

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

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set

See Also