[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.GetRowInfo

GetRowInfo Method

GetRowInfo(int)

Gets the dimensions for the specified row.

Declaration
protected override sealed GridControlAdapter.RowInfo GetRowInfo(int row)
Parameters
Type Name Description
int row

The index of the row.

Returns
Type Description
GridControlAdapter.RowInfo
Overrides

GetRowInfo(GridRowColType, int)

Gets the dimensions for the specified row.

Declaration
protected virtual GridControlAdapter.RowInfo GetRowInfo(GridRowColType rowType, int row)
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

Returns
Type Description
GridControlAdapter.RowInfo