Version

EditErrorEventArgs Class Members

The following tables list the members exposed by EditErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorEditErrorEventArgs ConstructorCreates a new instance of the EditErrorEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDisplayMessageBoxGets/sets whether a MessageBox is displayed to the end user. By default, the property returns true, and a MessageBox is displayed to the end user; set the property to false to prevent it from displaying.  
Public PropertyEditorReturns the EmbeddableEditorBase-derived editor that is currently in edit mode.  
Public PropertyErrorTextGets/sets the text which contains the error message that is displayed to the end user.  
Public PropertyItemReturns the UltraListViewItem with which this instance is associated. (Inherited from Infragistics.Win.UltraWinListView.CancelableItemEventArgs)
Public PropertyRestoreOriginalValueGets/sets whether the item's value will be restored to the value it had prior to entering edit mode.  
Public PropertyStayInEditModeGets/sets whether the item will remain in edit mode, preventing the end user from leaving the item until a valid value is entered or the edit mode session is canceled.  
See Also