Version

CellValidationErrorEventArgs Class Members

The following tables list the members exposed by CellValidationErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorCellValidationErrorEventArgs ConstructorCreates a new instance of the CellValidationErrorEventArgs class.  
Public Properties
 NameDescription
Public PropertyCellReturns the UltraTreeNodeCell object for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyColumnReturns the UltraTreeNodeColumn for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyNodeReturns the UltraTreeNode for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyRaiseDataErrorEventGets/sets whether the UltraTree.DataError should be raised to report the error to listeners of that event.  
Public PropertyRestoreOriginalValueGets/sets whether the cell's value will be restored to the value it had prior to entering edit mode.  
Public PropertyStayInEditModeGets/sets whether the cell will remain in edit mode, preventing the end user from leaving the cell until a valid value is entered or the edit mode session is canceled.  
See Also