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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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