Skip to main content

KanbanGroupCollection.Insert(Int32, KanbanGroup) Method

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.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