'Declaration
Public Overloads Sub GroupBy( _ ByVal column As DataGridColumn, _ ByVal direction As DataGridSortDirection _ )
public void GroupBy( DataGridColumn column, DataGridSortDirection direction )
Parameters
- column
- The column that will be grouped by.
- direction
- The order of the group.