Gets or sets the Color which is used to paint the grid lines of MonthCalendar.

Namespace:  BeeMobile.MonthCalendar
Assembly:  BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1

Syntax

C#
public Color GridColor { get; set; }
Visual Basic (Declaration)
Public Property GridColor As Color
Visual C++
public:
property Color GridColor {
	Color get ();
	void set (Color value);
}

See Also