Skip to main content

GridGroupSummaryItem Constructors

Represents an individual group summary item.
Name Parameters Description
GridGroupSummaryItem() none Creates a new GridGroupSummaryItem object with default settings.
GridGroupSummaryItem(SummaryItemType, String, GridColumn, String, Object) summaryType, fieldName, showInColumn, displayFormat, tag Creates a new GridGroupSummaryItem object with predefined summary settings and tag.
GridGroupSummaryItem(SummaryItemType, String, GridColumn, String) summaryType, fieldName, showInColumn, displayFormat Creates a new GridGroupSummaryItem object with predefined summary settings.
See Also