Skip to main content
All docs
V25.2
  • KanbanGroupCollection.Sort(IComparer<KanbanGroup>) Method

    Sorts groups in the current collection using the specified comparer.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public void Sort(
        IComparer<KanbanGroup> comparer
    )

    Parameters

    Name Type Description
    comparer IComparer<KanbanGroup>

    The object that compares elements in the collection.

    Remarks

    The KanbanGroupCollection.Sort method sorts groups via the List.Sort method. See the List.Sort topic for more information and examples.

    See Also