Skip to main content

KanbanGroupCollection.Contains(KanbanGroup) Method

Returns whether the collection contains the specified object.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual bool Contains(
    KanbanGroup group
)

Parameters

Name Type Description
group KanbanGroup

The group to be tested.

Returns

Type Description
Boolean

true, if the specified group is in the collection; otherwise, false.

See Also