Back to Devexpress

GridCellData.RowData Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcelldata.md

latest1021 B
Original Source

GridCellData.RowData Property

Gets or sets the information about a data row containing the cell.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public RowData RowData { get; }
vb
Public ReadOnly Property RowData As RowData

Property Value

TypeDescription
RowData

A RowData object that contains information about a data row.

|

See Also

GridCellData Class

GridCellData Members

DevExpress.Xpf.Grid Namespace