BExplorer.Shell.ShellView.SetGroupOrder C# (CSharp) Method

SetGroupOrder() public method

Sets the Sort order of the Groups
public SetGroupOrder ( Boolean reverse = true ) : void
reverse Boolean Reverse the Current Sort Order?
return void
    public void SetGroupOrder(Boolean reverse = true) => GenerateGroupsFromColumn(LastGroupCollumn, reverse && LastGroupOrder == SortOrder.Ascending);
ShellView