Version

CellDataErrorEventArgs Class Properties

For a list of all members of this type, see CellDataErrorEventArgs members.

Public Properties
 NameDescription
Public PropertyForceExitTrue if the cell is being forced to exit edit mode. If this is true then StayInEditMode will be ignored.  
Public PropertyRaiseErrorEventIndicates whether to raise Error event. Default value is true.  
Public PropertyRestoreOriginalValueWhether to restore the value in the cell to original value. Default value is true.  
Public PropertyStayInEditModeIndicates whether to stay in edit mode. Default value is true.  
See Also