Skip to main content

InvalidRowExceptionEventArgs.RowHandle Property

Gets the handle of the row that failed validation.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

An integer value specifying the handle of the row that failed validation.

Remarks

Refer to the Rows document for information on row handles.

See Also