Property IsDataInGroupOrder
IsDataInGroupOrder
Setting this to true informs the view that the list of items (after applying the sort and filter, if any) is already in the correct order for grouping. This allows the view to use a more efficient algorithm to build the groups.
public bool IsDataInGroupOrder { get; set; }