DataGridSummaryValues Property

Gets a Dictionary<string field, object value> that contains the values ​​to display in the totals row

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public IDictionary<string, Object> SummaryValues { get; }

Property Value

IDictionaryString, Object

See Also