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

In This Topic
    Value Property (DataGridSettingCellValueEventArgs)
    In This Topic
    Gets the object that is attempted to be set in a cell of this column and the specified row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    public object Value {get;}
    See Also