Version

CellDataErrorEventArgs Class Members

The following tables list the members exposed by CellDataErrorEventArgs.

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