True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / SelectedText Property

In This Topic
    SelectedText Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the string containing the currently selected text within the grid's editing window.
    Syntax
    'Declaration
     
    Public Property SelectedText As System.String
    public System.string SelectedText {get; set;}
    See Also