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

InvalidRowExceptionEventArgs.Exception Property

Gets the exception that raised the GridViewBase.InvalidRowException event.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object representing the exception that raised the event.

See Also