Skip to main content
A newer version of this page is available. .

GridCell(Int32, GridColumnBase) Constructor

Initializes a new instance of the GridCell class.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public GridCell(
    int rowHandle,
    GridColumnBase 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 GridColumnBase

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

See Also