Indicates whether the FontDays property should be persisted.

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

Syntax

C#
protected virtual bool ShouldSerializeFontDays()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeFontDays As Boolean
Visual C++
protected:
virtual bool ShouldSerializeFontDays()

Return Value

true if the property value has changed from its default; otherwise, false.

See Also