FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / GetDataItems Method

In This Topic
    GetDataItems Method (GroupRow)
    In This Topic
    Gets a collection of data items in the group represented by this GroupRow.
    Syntax
    'Declaration
     
    Public Function GetDataItems() As IEnumerable
    public IEnumerable GetDataItems()

    Return Value

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