Table of Contents

Enum GroupSortMode

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Specifies what a GroupDescription orders its groups by.

public enum GroupSortMode

Fields

Count = 1

Groups are ordered by the number of items they contain.

Key = 0

Groups are ordered by their key value (default).