KanbanGroupCollection.IndexOf(KanbanGroup) Method
Returns the zero-based index of the specified group in the collection.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| group | KanbanGroup | The group whose position within the collection is to be returned. |
Returns
| Type | Description |
|---|---|
| Int32 | The zero-based index of the specified group in the collection. -1, if the group does not belong to the collection. |
See Also