Table of Contents
GridLineVisible Property

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

Syntax
 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