Calendar::CellSpacing Property
.NET Framework (current version)
Gets or sets the amount of space between cells.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The amount of space (in pixels) between cells. The default value is 0.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified cell spacing is less than -1. |
Use this property to control the spacing between individual cells in the calendar. This spacing is applied both vertically and horizontally.
Note |
|---|
Setting this property to -1 indicates that this property is not set in the rendered table. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
