ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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