ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / Text Property

In This Topic
    Text Property (C1DataColumn)
    In This Topic
    Gets or sets the display value for the current cell.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also