Back to Devexpress

EditFormShowingEventArgs.RowHandle Property

wpf-devexpress-dot-xpf-dot-grid-dot-editformshowingeventargs.md

latest1.1 KB
Original Source

EditFormShowingEventArgs.RowHandle Property

Gets the handle of the row that raised the event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Int32

A Int32 object that specifies the grid row handle.

|

See Also

EditFormShowingEventArgs Class

EditFormShowingEventArgs Members

DevExpress.Xpf.Grid Namespace