Skip to main content
All docs
V25.1
  • 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

    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