Skip to main content

InvalidRowExceptionEventArgs Properties

Provides data for the GridControlBase.InvalidRowException event.
Name Description
ErrorText Gets or sets the error description.
Exception Gets the exception that raised the GridControlBase.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 grid that raised the event. Inherited from RowEventArgs.
WindowCaption Gets or sets the error window’s caption.
See Also