Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys

can u tell me that what is the difference between the values contained by editformattedvalue property
and value property of datagridview in C#.Net.
Posted
Updated 17-Mar-10 20:33pm
v2

1 solution

The DataGridViewCell.Value property is the actual data object contained by the cell, while the DataGridViewCell.EditedFormattedValue property is the value of the cell or editing control if the cell is in edit mode.

Find the details here:
MSDN:DataGridViewCell.EditedFormattedValue Property[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900