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

In This Topic
    Value Property (DataGridGettingCellValueEventArgs)
    In This Topic
    Gets or sets an object that represent the value of the cell belonging to this column and specified row.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also