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.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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