[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridLinkedCellFactory.SaveDesiredCellSize

SaveDesiredCellSize Method

SaveDesiredCellSize(GridCellType, GridCellRange)

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

Declaration
protected override bool SaveDesiredCellSize(GridCellType cellType, GridCellRange range)
Protected Overrides Function SaveDesiredCellSize(cellType As GridCellType, range As GridCellRange) As Boolean
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

Returns
Type Description
bool
Overrides