Skip to main content
A newer version of this page is available. .

TableView.PrintGroupFooters Property

Gets or sets whether to print the Group Footer‘s content. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public bool PrintGroupFooters { get; set; }

Property Value

Type Description
Boolean

true, to print group footers; otherwise, false.

Remarks

To learn more, see Group Footer.

See Also