Back to Devexpress

GridGroupSummaryItem.ShowInGroupColumnFooter Property

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

latest2.2 KB
Original Source

GridGroupSummaryItem.ShowInGroupColumnFooter Property

Gets or sets the column whose group footer cells should display summary values.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public virtual GridColumn ShowInGroupColumnFooter { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property ShowInGroupColumnFooter As GridColumn

Property Value

TypeDefaultDescription
GridColumnnull

A GridColumn object (or descendant) representing the column whose group footer cells should display summary values. null ( Nothing in Visual Basic) to display summary values within group rows.

|

Remarks

The image below illustrates summary values displayed within group rows and group footers.

See Also

ShowInGroupColumnFooterName

FieldName

DisplayFormat

Summaries

GridGroupSummaryItem Class

GridGroupSummaryItem Members

DevExpress.XtraGrid Namespace