Table of Contents
MonthGridLineFrameVisible Property

When MonthGridLineVisible property is true, use this property to show/hide the frame of grid lines.

Syntax
 public Boolean MonthGridLineFrameVisible { get; set; }
Remarks

When MonthGridLineVisible property is true, use this property to show/hide the frame of grid lines.

Use MonthGridLineVisible to show/hide grid lines that separate each month cell. Use MonthGridLineColor to specify the color of grid lines. Use GridLineVisible to show/hide the grid lines that separate each day cell.

See Also