ASPxGridView.GetChildRowCount(Int32) Method
In This Article
Returns the number of data rows contained within the specified group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group |
Int32 | An integer value that identifies a group row by its visible index. |
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the number of data rows contained within the specified group. |
#Remarks
To obtain a data row contained within the specified group, use the ASPxGridView.GetChildDataRow or ASPxGridView.GetChildRow method.
Note
The Get
See Also