Returns a value that indicates whether serialization processes should serialize the effective value of the GroupStyle property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool ShouldSerializeGroupStyle()
Visual Basic
Public Function ShouldSerializeGroupStyle As Boolean

Return Value

True if the GroupStyle property value should be serialized; otherwise, False.

See Also