Skip to main content

MVCxGridView.GetChildRowCount(Int32) Method

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override 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 MVCxGridView.GetChildDataRow or MVCxGridView.GetChildRow method.

Note

The GetChildRowCount method is not supported in Server Mode.

See Also