Skip to main content
A newer version of this page is available. .

InvalidRowExceptionEventArgs.Exception Property

Gets the exception that raised the GridControl.InvalidRowException event.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object representing the exception that raised the event.

Remarks

To learn more, see Row Validation.

See Also