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

ShowingEditorEventArgs.Row Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public object Row { get; }

Property Value

Type Description
Object

A Object specifying the data row.

See Also