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

Calendar.GridLineFrameVisible Property

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

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

Calendar Class | EO.Web Namespace


Direct link to this topic