Skip to main content

InvalidRowExceptionEventArgs Properties

Provides data for the GridControl.InvalidRowException event.
Name Description
ErrorText Gets or sets the error description.
Exception Gets the exception that raised the GridControl.InvalidRowException event.
ExceptionMode Gets or sets a value that specifies how an exception should be handled.
Row Gets the processed row. Inherited from RowEventArgs.
RowHandle Gets the processed row’s handle. Inherited from RowEventArgs.
Source Gets the GridControl that raised this event. Inherited from RowEventArgs.
WindowCaption Gets or sets the error window’s caption.
See Also