Tests whether the Grouping property should be serialized.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual bool ShouldSerializeGrouping()
Visual Basic
Protected Overridable Function ShouldSerializeGrouping As Boolean

Return Value

True if the property should be serialized, false otherwise.

See Also