文章分類/Infragistics
介紹使用 XamDataGrid 執行列聚合的範例。
可以在 XAML 或 C# 中設定。本文僅介紹如何使用XAML進行配置,如果您想使用C#進行配置,請參閱參考URL。
<ig:XamDataGrid.SummaryDescriptions> <ig:ColumnSummaryDescription PropertyPath="Salary" ValueFormat="C" Operand="Average"/> <ig:ColumnSummaryDescription PropertyPath="Sales" ValueFormat="C" Operand="Max" /> <ig:ColumnSummaryDescription PropertyPath="Sales" ValueFormat="C" Operand="Min" /> <ig:ColumnSummaryDescription PropertyPath="Name" Operand="Count"/> </ig:XamDataGrid.SummaryDescriptions>