Gets or sets a value indicating if Sundays in calendar should be painted differently.

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

Syntax

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

See Also