Table of Contents
GridLineFrameVisible Property

When GridLineVisible is true, use this property to show/hide the frame of grid lines for each month.

Syntax
 public Boolean GridLineFrameVisible { get; set; }
Remarks

When GridLineVisible property is true, use this property to show/hide the frame of each month.
When GridLivisible property is false, this property is ignored.

Use GridLineVisible to show/hide the grid lines that separate each day cell. 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