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

Calendar.GridLineColor Property

Specifies the color of grid lines that separate each day cell in a month.

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

Remarks

Specifies the color of grid lines that separate each day cell in a month. Applies only when GridLineVisible is true.

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