Table of Contents
GridLineColor Property

Specifies the color of grid lines that separate each day cell in a month.

Syntax
 public Color GridLineColor { get; set; }
Remarks

Specifies the color of grid lines that separate each day cell in a month. Applies only when GridLineVisible is true.

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

See Also