GridCell(Int32, ColumnBase) Constructor
In This Article
Initializes a new instance of the GridCell class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridCell(
int rowHandle,
ColumnBase column
)
#Parameters
Name | Type |
---|---|
row |
Int32 |
column | Column |
See Also