Skip to main content
A newer version of this page is available. .

GridSummaryItem Constructors

Represents a footer summary item.
Name Parameters Description
GridSummaryItem() none Creates a new GridSummaryItem object with default settings.
GridSummaryItem(SummaryItemType, String, String, Object) summaryType, fieldName, displayFormat, tag Creates a new GridSummaryItem object with the predefined summary settings and tag.
GridSummaryItem(SummaryItemType, String, String) summaryType, fieldName, displayFormat Creates a new GridSummaryItem object with the predefined summary settings.
See Also