GridCell(Int32, GridColumnBase) Constructor
In This Article
Initializes a new instance of the GridCell class.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public GridCell(
int rowHandle,
GridColumnBase column
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the handle of the row which owns the cell. This value is assigned to the Grid |
column | Grid |
A Grid |
See Also