GridControl.GetChildRowCount(Int32) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
row |
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