Skip to main content

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.v14.2.dll

#Declaration

[XtraSerializableProperty]
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