How to get the subtotal of the group footer

0

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 ?

    
asked by Jose 26.10.2016 в 17:45
source

0 answers