[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.CanSetColumnWidth

CanSetColumnWidth Method

CanSetColumnWidth(int, int)

Determines whether the width of a column can be set.

Declaration
protected override sealed bool CanSetColumnWidth(int row, int column)
Parameters
Type Name Description
int row

The index of the row from which the column width is set either by dragging or double clicking.

int column

The index of the column.

Returns
Type Description
bool
Overrides

CanSetColumnWidth(GridRowColType, int)

Determines whether the with of a column can be set.

Declaration
protected virtual 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