Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / Text Property

In This Topic
    Text Property (C1ComboBox)
    In This Topic
    Gets or sets the text in the C1ComboBox. The behavior depends on the AutoComplete and IsEditable properties.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also