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

    Returns the number of tiles in the specified KanbanGroup.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public int GetChildRowCount(
        KanbanGroup group
    )

    Parameters

    Name Type Description
    group KanbanGroup

    The group for which to return the number of child tiles.

    Returns

    Type Description
    Int32

    The number of tiles in the specified group.

    Remarks

    In Kanban layout mode, you can manually create tile groups (KanbanGroup) via the TileView.OptionsKanban.Groups collection. The current GetChildRowCount method overload allows you to retrieve the number of tiles displayed in a specific KanbanGroup.

    See Also