[]
        
(Showing Draft Content)

C1.WinUI.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)
Protected NotOverridable Overrides Function SaveDesiredCellSize(range As GridControlRange) As Boolean
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)
Protected Overridable 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