Skip to main content

GridCellData(RowData) Constructor

Initializes a new instance of the GridCellData class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridCellData(
    RowData rowData
)

Parameters

Name Type Description
rowData RowData

A RowData object that contains information about a data row containing the cell. This value is assigned to the GridCellData.RowData property.

See Also