[]
        
(Showing Draft Content)

C1.Blazor.Grid.TransposedGridCellFactory.CanSetColumnWidth

CanSetColumnWidth Method

CanSetColumnWidth(GridRowColType, int)

Determines whether the with of a column can be set.

Declaration
protected override bool CanSetColumnWidth(GridRowColType columnType, int column)
Parameters
Type Name Description
GridRowColType columnType

True type of column.

int column

The index of the column.

Returns
Type Description
bool
Overrides