[]
Returns whether the desired size for a specific cell is taken into account.
protected override sealed bool SaveDesiredCellSize(GridControlRange range)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| Type | Description |
|---|---|
| bool |
Returns whether the desired size for a specific cell is taken into account.
protected virtual bool SaveDesiredCellSize(GridCellType cellType, GridCellRange range)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| Type | Description |
|---|---|
| bool |