KanbanGroupCollection.Insert(Int32, KanbanGroup) Method
Inserts the specified group at the specified position in the collection.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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