Skip to main content

InvalidRowExceptionEventArgs.Exception Property

Gets the exception that raised the GridControl.InvalidRowException event.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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