Gets a collection of data items in the group represented by this GroupRow.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public IEnumerable GetDataItems()
Visual Basic
Public Function GetDataItems As IEnumerable

Return Value

A collection of data items in the group represented by this GroupRow

See Also