'Declaration Public Function GetSortedDataRows( _ ByVal recursive As Boolean _ ) As ReadOnlyDataRowList
'Usage Dim instance As GroupBase Dim recursive As Boolean Dim value As ReadOnlyDataRowList value = instance.GetSortedDataRows(recursive)
public ReadOnlyDataRowList GetSortedDataRows( bool recursive )
Parameters
- recursive
- true if all the data rows of the group, including the data rows contained in child groups, should be retreived; false if only the group's immediate data rows should be retrieved (can be a null reference (Nothing in Visual Basic) in this case).
Return Value
A reference to a Xceed.Grid.Collections.ReadOnlyDataRowList containing a list of sorted data rows.