Skip to main content
All docs
V25.1
  • KanbanGroupCollection.Sort Method

    Name Parameters Description
    Sort() none Sorts groups according to their captions (KanbanGroup.Caption), using a case-sensitive comparison.
    Sort(IComparer<KanbanGroup>) comparer Sorts groups in the current collection using the specified comparer.
    Sort(Comparison<KanbanGroup>) comparison Sorts groups using the specified Comparison method.
    Sort(Int32, Int32, IComparer<KanbanGroup>) index, count, comparer Sorts groups in the specified range using the specified comparer.