Skip to main content
Tab

ASPxGridView.GetChildRowCount(Int32) Method

Returns the number of data rows contained within the specified group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual int GetChildRowCount(
    int groupRowVisibleIndex
)

Parameters

Name Type Description
groupRowVisibleIndex 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 GetChildRowCount method is not supported in Server Mode.

See Also