[]
        
(Showing Draft Content)

C1.Blazor.Grid.TransposedGridCellFactory.CanSetRowHeight

CanSetRowHeight Method

CanSetRowHeight(GridRowColType, int)

Determines whether the height of the row can be set.

Declaration
protected override bool CanSetRowHeight(GridRowColType rowType, int row)
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

Returns
Type Description
bool
Overrides