Skip to main content

GridCell(Int32, GridColumn) Constructor

Initializes a new instance of the GridCell class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridCell(
    int rowHandle,
    GridColumn column
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the handle of the row which owns the cell. This value is assigned to the GridCell.RowHandle property.

column GridColumn

A GridColumn object that represents the column which contains the cell. This value is assigned to the GridCell.Column property.

See Also