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

In This Topic
    Value Property (DataGridCell)
    In This Topic
    Gets the value shown in the cell.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}

    Property Value

    The value shown the cell.
    See Also