Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
One-to-one mapping of SummaryValue and SummarySettings
posted

Hello,

According to this online doc: https://es.infragistics.com/help/winforms/infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.summaryvalue

"A SummarySettings instance can have multiple SummaryValue instances associated with it." 

How is the instancing of SummaryValue to SummarySettings controlled?  I need to ensure I have one-to-one, i.e. one SummaryValue to one SummarySettings instance, so that I can independently set this property for each instance of SummaryValue; e.g.   summaryValue.SummarySettings.DisplayFormat.

Please advise, thanks!

Parents
  • 105
    Offline posted

    Is it possible that different group by rows, same column, share the same instance of SummarySettings?

    e.g.  ultraGridGroupByRow1.Rows.SummaryValues["col1"].SummarySettings == UltraGridGroupByRow2.Rows.SummaryValues["col1"].SummarySettings

    If this is true, is it possible to ensure each SummaryValue, regardless of row, from the same column, will have a different instance of SummarySettings attached to it?

Reply Children