Back to Devexpress

ShowingEditorEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-showingeditoreventargs-244039ef.md

latest1.0 KB
Original Source

ShowingEditorEventArgs.Row Property

Gets the data row for which an event has been raised.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object Row { get; }
vb
Public ReadOnly Property Row As Object

Property Value

TypeDescription
Object

A Object specifying the data row.

|

See Also

ShowingEditorEventArgs Class

ShowingEditorEventArgs Members

DevExpress.Xpf.Grid Namespace