Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.DayCellSpacing Property

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

[Visual Basic]
Public Property DayCellSpacing As Int32
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic