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

Calendar.GridLineVisible Property

Specifies if grid lines that separate each day cell in a month is visible.

[Visual Basic]
Public Property GridLineVisible As Boolean
[C#]
public Boolean GridLineVisible {get; set;}

Remarks

Specifies if grid lines that separate each day cell in a month is visible.

Use GridLineFrameVisible to show/hide the frame of grid lines for each month. Use GridLineColor to specify the color of the grid lines. Use MonthGridLineVisible to show/hide the grid lines that separate each month cell in a multi-month calendar.

See Also

Calendar Class | EO.Web Namespace


Direct link to this topic