[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.SaveDesiredCellSize

SaveDesiredCellSize Method

SaveDesiredCellSize(GridControlRange)

Returns whether the desired size for a specific cell is taken into account.

Declaration
protected override sealed bool SaveDesiredCellSize(GridControlRange range)
Parameters
Type Name Description
GridControlRange range

The range.

Returns
Type Description
bool
Overrides

SaveDesiredCellSize(GridCellType, GridCellRange)

Returns whether the desired size for a specific cell is taken into account.

Declaration
protected virtual bool SaveDesiredCellSize(GridCellType cellType, GridCellRange range)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

Returns
Type Description
bool