Skip to main content
All docs
V25.2
  • TileView.GetChildRowCount(Object) Method

    Returns the number of tiles in a group identified by its group value.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.2.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public int GetChildRowCount(
        object groupValue
    )

    Parameters

    Name Type Description
    groupValue Object

    The value that identifies the target group.

    Returns

    Type Description
    Int32

    The number of tiles in the specified group.

    Remarks

    You can combine tiles into groups using the TileView.ColumnSet.GroupColumn property. Each group can be identified by its group value (the value of the GroupColumn column).

    The current GetChildRowCount method overload allows you to retrieve the number of tiles displayed in a specific group identified by its group value.

    See Also