Back to Devexpress

GridRowInfo.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridrowinfo-26e320ff.md

latest931 B
Original Source

GridRowInfo.Row Property

Gets a row object that corresponds to the row.

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 row object that corresponds to the row.

|

See Also

GridRowInfo Class

GridRowInfo Members

DevExpress.Xpf.Grid Namespace