Back to Devexpress

InvalidRowExceptionEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-invalidrowexceptioneventargs-dot-underscore-properties.md

latest1.9 KB
Original Source

InvalidRowExceptionEventArgs Properties

Provides data for the ColumnView.InvalidRowException event.

NameDescription
ErrorTextGets or sets the error description to be displayed in the message box/tooltip. Inherited from ExceptionEventArgs.
ExceptionGets the exception that caused the event. Inherited from ExceptionEventArgs.
ExceptionModeGets or sets the type of response to supplying invalid values. Inherited from ExceptionEventArgs.
RowGets an object which represents the row that failed validation.
RowHandleGets the handle of the row that failed validation.
WindowCaptionGets or sets the caption of the error message box. Inherited from ExceptionEventArgs.

See Also

InvalidRowExceptionEventArgs Class

InvalidRowExceptionEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace