Skip to main content

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, SummaryMode) summaryType, fieldName, displayFormat, tag, mode Initializes a new instance of the GridSummaryItem class with specified 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