Skip to main content

KanbanGroupCollection.IndexOf(KanbanGroup) Method

Returns the zero-based index of the specified group in the collection.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual int IndexOf(
    KanbanGroup group
)

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