Back to Devexpress

CellValueChangingEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-cellvaluechangingeventargs.md

latest1.1 KB
Original Source

CellValueChangingEventArgs.Row Property

Gets the row whose value is changing.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

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

Property Value

TypeDescription
RowInfo

The row whose value is changing.

|

See Also

CellValueChangingEventArgs Class

CellValueChangingEventArgs Members

DevExpress.Xpf.PropertyGrid Namespace