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

Calendar.MonthGridLineColor Property

When MonthGridLineVisible property is true, use this property to specify the color of grid line.

[Visual Basic]
Public Property MonthGridLineColor As Color
[C#]
public Color MonthGridLineColor {get; set;}

Remarks

When MonthGridLineVisible property is true, use this property to specify the color of grid line.

Use MonthGridLineVisible to show/hide grid lines that separate each month cell. Use MonthGridLineFrameVisible to show/hide the frame 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