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

    Sorts groups using the specified Comparison method.

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public void Sort(
        Comparison<KanbanGroup> comparison
    )

    Parameters

    Name Type Description
    comparison Comparison<KanbanGroup>

    The method used to compare 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