Back to Devexpress

GridColumnSummaryItem Properties

windowsforms-devexpress-dot-xtragrid-dot-gridcolumnsummaryitem-dot-underscore-properties.md

latest3.6 KB
Original Source

GridColumnSummaryItem Properties

A column’s total summary item.

NameDescription
CollectionGets a collection to which the summary item belongs. Inherited from GridSummaryItem.
DisplayFormatGets or sets the display format rule for the GridSummaryItem value. An empty string to apply the default format rule. Inherited from GridSummaryItem.
FieldNameGets or sets a name of the field for which a total summary should be calculated.
FormatGets or sets the IFormatProvider object which specifies how values should be formatted. Inherited from GridSummaryItem.
HasValueReturns whether the GridSummaryItem has a non- null value. Inherited from GridSummaryItem.
IndexGets the summary item’s position within the owning collection. Inherited from GridSummaryItem.
ModeGets or sets whether to calculate the current summary against all rows or the selection. Use this property when you enable multiple row selection (see ColumnView.OptionsSelection.MultiSelect). This property is not supported in server mode. Inherited from GridSummaryItem.
SummaryTypeGets or sets the aggregation function type. Inherited from GridSummaryItem.
SummaryValueGets the total summary item’s calculated value. If the AutoUpdateTotalSummary setting is disabled, this value may not reflect the latest View data. To ensure the summary is up to date, call the GridView.UpdateTotalSummary method to forcibly recalculate summaries. Inherited from GridSummaryItem.
TagGets or sets data associated with the summary item. Inherited from GridSummaryItem.

See Also

GridColumnSummaryItem Class

GridColumnSummaryItem Members

DevExpress.XtraGrid Namespace