Back to Devexpress

GridCell.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcell-7fb10ab6.md

latest900 B
Original Source

GridCell.Row Property

Gets a row object that contains the cell.

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 contains the cell.

|

See Also

GridCell Class

GridCell Members

DevExpress.Xpf.Grid Namespace