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