Back to Devexpress

GridSummaryItem.ShowInGroupColumnFooter Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridsummaryitem-50ce03dc.md

latest1.3 KB
Original Source

GridSummaryItem.ShowInGroupColumnFooter Property

Gets or sets a column field name under which the summary item is displayed in the group footers. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public string ShowInGroupColumnFooter { get; set; }
vb
Public Property ShowInGroupColumnFooter As String

Property Value

TypeDescription
String

The column field name under which the summary item is displayed.

|

See Also

Group Summary

GridSummaryItem Class

GridSummaryItem Members

DevExpress.Xpf.Grid Namespace