Skip to main content

EditGridCellData(RowData) Constructor

Initializes a new instance of the EditGridCellData class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public EditGridCellData(
    RowData rowData
)

Parameters

Name Type Description
rowData RowData

A RowData object that contains information about the data row.

See Also