Skip to main content
All docs
V25.1
  • KanbanGroupCollection.Remove(KanbanGroup) Method

    Removes the specified group from the collection.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public virtual void Remove(
        KanbanGroup group
    )

    Parameters

    Name Type Description
    group KanbanGroup

    The group to be removed from the collection.

    See Also