KanbanGroupCollection.Contains(KanbanGroup) Method
Returns whether the collection contains the specified object.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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