InvalidRowExceptionEventArgs.Exception Property
Gets the exception that raised the GridControlBase.InvalidRowException event.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Exception | A Exception object representing the exception that raised the event. |
Remarks
To learn more, see Row Validation.
See Also