Table of Contents
DayCellSpacing Property

Specifies the space (in pixel) between each day cell. This property is ignored if GridLineVisible property is true.

Syntax
 public Int32 DayCellSpacing { get; set; }
Remarks

Specifies the space (in pixel) between each day cell. This property is ignored if GridLineVisible property is true. When GridLIneVisible is true, grid line will be displayed betweeen each day cell.

See Also