ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCell Class / Text Property

In This Topic
    Text Property (DataGridCell)
    In This Topic
    Gets the text inside the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    public string Text {get;}

    Property Value

    The text inside the cell.
    See Also