Skip to main content

GridControl.GetChildRowCount(Int32) Method

Returns the number of child rows (group or data) contained within the specified group row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public int GetChildRowCount(
    int rowHandle
)

#Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the group row’s handle.

#Returns

Type Description
Int32

An integer value that specifies the number of child rows contained within the specified group row.

#Remarks

Group row handles are negative (start from -1). If the specified handle doesn’t correspond to a group row, the GetChildRowCount method returns 0.

See Also