Skip to main content
All docs
V25.2
  • KanbanGroupCollection.Insert(Int32, KanbanGroup) Method

    Inserts the specified group at the specified position in the collection.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public void Insert(
        int index,
        KanbanGroup group
    )

    Parameters

    Name Type Description
    index Int32

    The position at which the group is added in the collection.

    group KanbanGroup

    The group to be inserted in the collection.

    Remarks

    See the IList.Insert topic for information on exceptions that the Insert method can raise.

    See Also