Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupBase Class / GetSortedDataRowCount Method
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 0 in this case).


    GetSortedDataRowCount Method
    Retrieves a value indicating the number of DataRow objects in the group.
    Syntax
    'Declaration
     
    Public Function GetSortedDataRowCount( _
       ByVal recursive As Boolean _
    ) As Integer
     
    'Usage
     
    Dim instance As GroupBase
    Dim recursive As Boolean
    Dim value As Integer
     
    value = instance.GetSortedDataRowCount(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 0 in this case).

    Return Value

    A value indicating the number of data rows in the group.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also