Enum GroupSortMode
Specifies what a GroupDescription orders its groups by.
public enum GroupSortMode
Fields
Count = 1Groups are ordered by the number of items they contain.
Key = 0Groups are ordered by their key value (default).
Specifies what a GroupDescription orders its groups by.
public enum GroupSortMode
Count = 1Groups are ordered by the number of items they contain.
Key = 0Groups are ordered by their key value (default).