Back to Devexpress

InvalidRowExceptionEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-invalidrowexceptioneventargs-14c51615.md

latest1.4 KB
Original Source

InvalidRowExceptionEventArgs.RowHandle Property

Gets the handle of the row that failed validation.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
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

InvalidRowExceptionEventArgs Class

InvalidRowExceptionEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace