Table of Contents
MonthGridLineColor Property

When MonthGridLineVisible property is true, use this property to specify the color of grid line.

Syntax
 public Color MonthGridLineColor { get; set; }
Remarks

When MonthGridLineVisible property is true, use this property to specify the color of grid line.

Use MonthGridLineVisible to show/hide grid lines that separate each month cell. Use MonthGridLineFrameVisible to show/hide the frame of grid lines. Use GridLineVisible to show/hide the grid lines that separate each day cell.

See Also