Back to Devexpress

Member Table: Summary

aspnet-3759-components-grid-view-member-tables-member-table-summary.md

latest1.6 KB
Original Source

Member Table: Summary

  • Dec 17, 2020

Server

MemberDescription
ASPxGridViewSettings.ShowFooterSpecifies whether the view’s footer is displayed.
ASPxGridView.GroupSummaryProvides access to group summary items.
ASPxGridView.TotalSummaryProvides access to total summary items.
ASPxGridView.GetGroupRowSummaryTextReturns the summary text displayed within the specified group row.
ASPxGridView.GetGroupSummaryValueReturns a summary value calculated against the specified group of rows.
ASPxGridView.GetTotalSummaryValueReturns a summary value calculated against all data rows.
ASPxGridBase.CustomSummaryCalculateEnables you to calculate summary values manually.
ASPxGridView.SummaryDisplayTextEnables custom display text to be provided for any summary value.
GridViewStyles.FooterGets the style settings used to paint footer cells.
GridViewColumn.FooterCellStyleGets the style settings used to paint footer cells within a column.