Back to Devexpress

TableView.ShowGroupFooters Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-2ba00cc5.md

latest1.2 KB
Original Source

TableView.ShowGroupFooters Property

Gets or sets whether to display 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 bool ShowGroupFooters { get; set; }
vb
Public Property ShowGroupFooters As Boolean

Property Value

TypeDescription
Boolean

true, to display group footers; otherwise, false.

|

Remarks

To learn more, see Group Summary.

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace