Skip to main content

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
rowHandle Int32
column ColumnBase
See Also