Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.MonthGridLineFrameVisible Property

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

[Visual Basic]
Public Property MonthGridLineFrameVisible As Boolean
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic