For a list of all members of this type, see EditErrorEventArgs members.
Name | Description | |
---|---|---|
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | DisplayMessageBox | Gets/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. |
![]() | Editor | Returns the EmbeddableEditorBase-derived editor that is currently in edit mode. |
![]() | ErrorText | Gets/sets the text which contains the error message that is displayed to the end user. |
![]() | Item | Returns the UltraListViewItem with which this instance is associated. (Inherited from Infragistics.Win.UltraWinListView.CancelableItemEventArgs) |
![]() | RestoreOriginalValue | Gets/sets whether the item's value will be restored to the value it had prior to entering edit mode. |
![]() | StayInEditMode | Gets/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. |