Back to Devexpress

GridGroupSummaryItem Properties

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

latest3.8 KB
Original Source

GridGroupSummaryItem Properties

Represents an individual group 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 the name of a dataset field whose values are used for summary calculation. Inherited from GridSummaryItem.
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.
ModeThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ShowInGroupColumnFooterGets or sets the column whose group footer cells should display summary values.
ShowInGroupColumnFooterNameGets or sets the name of the column whose group footer cells should display summary values.
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

GridGroupSummaryItem Class

GridGroupSummaryItem Members

DevExpress.XtraGrid Namespace