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!