Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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