InvalidRowExceptionEventArgs.Exception Property
In This Article
Gets the exception that raised the GridViewBase.InvalidRowException event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Exception | A Exception object representing the exception that raised the event. |
#Implements
DevExpress.Xpf.Grid.IInvalidRowExceptionEventArgs.Exception
See Also