Use this property to show/hide the grid lines that separate month cell in a multi-month calendar.
[Visual Basic]
Public Property MonthGridLineVisible As
Boolean
[C#]
public
Boolean MonthGridLineVisible {get; set;}
Remarks
Use this property to show/hide the grid lines that separate month cell in a multi-month calendar.
Use MonthGridLineFrameVisible to show/hide the frame of grid lines. Use MonthGridLineColor to specify the color of the grid lines. Use GridLineVisible to show/hide the grid lines that separate each day cell.
See Also
Calendar Class | EO.Web Namespace