ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / SelectedText Property

In This Topic
    SelectedText Property (DropDownList)
    In This Topic
    Gets or sets the text of the current selected row specified by the DisplayMember property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedText As String
    public string SelectedText {get;}
    See Also