Prop Webcontrol Calendar Cellspacing
# ASP.NET Calendar CellSpacing Property
* * Calendar Control](#)
* * *
## Definition and Usage
The CellSpacing property is used to set the space between calendar cells.
**Note:** This property does not display correctly in the FireFox browser.
## Syntax
_
| Property | Description |
| --- | --- |
| pixels | Specifies the space between calendar cells, in pixels. |
* * *
## Example
The following example displays a calendar with a CellSpacing of 15:
[Live Demo Β»](#)
* * Calendar Control](#)
YouTip