Table of Contents
MonthGridLineVisible Property

Use this property to show/hide the grid lines that separate month cell in a multi-month calendar.

Syntax
 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