I'm working on Visual Studio 2013 and DevExpress
With this code I get the total of the two group footers, my question is how to get the total of one of the foot of the group
My.Forms.frmDev.TxtMonto.EditValue = (V_Quincena.Columns("Total").SummaryItem.SummaryValue)
My.Forms.frmDev.TxtMonto.EditValue = (V_Quincena.Columns("Total").SummaryItem.SummaryValue)
How do I get the subtotal of that gruop footer ?