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

GridSummaryItem Properties

Represents a footer summary item.
Name Description
Collection Gets a collection to which the summary item belongs.
DisplayFormat Gets or sets the display format rule for the GridSummaryItem value. An empty string to apply the default format rule.
FieldName Gets or sets the name of a dataset field whose values are used for summary calculation.
Format Gets or sets the IFormatProvider object which specifies how values should be formatted.
HasValue Returns whether the GridSummaryItem has a non-null value.
Index Gets the summary item’s position within the owning collection.
SummaryType Gets or sets the aggregation function type.
SummaryValue Gets the current total summary item’s value.
Tag Gets or sets data associated with the summary item.
See Also