Back to Devexpress

CellValueChangedEventArgs.Row Property

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

latest1.1 KB
Original Source

CellValueChangedEventArgs.Row Property

Gets the row whose value is changed.

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 changed.

|

See Also

CellValueChangedEventArgs Class

CellValueChangedEventArgs Members

DevExpress.Xpf.PropertyGrid Namespace