[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridGroupRow.GetCellText

GetCellText Method

GetCellText(GridCellType, GridColumn)

Gets the text corresponding to the cell in the intersection of the specified column and this row.

Declaration
protected override string GetCellText(GridCellType cellType, GridColumn column)
Protected Overrides Function GetCellText(cellType As GridCellType, column As GridColumn) As String
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridColumn column

The column that determines the cell.

Returns
Type Description
string
Overrides