Indicates whether the GridColor 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 ShouldSerializeGridColor()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeGridColor As Boolean
Visual C++
protected:
virtual bool ShouldSerializeGridColor()

Return Value

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

See Also