Back to Devexpress

TableView.PrintGroupFooterStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-a302e1be.md

latest1.5 KB
Original Source

TableView.PrintGroupFooterStyle Property

Gets or sets the style applied to the group footers when the grid is printed. 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 Style PrintGroupFooterStyle { get; set; }
vb
Public Property PrintGroupFooterStyle As Style

Property Value

TypeDescription
Style

A Style object that is the style applied to the group footers when the grid is printed.

|

Remarks

Target Type : Control

To learn more, see Printing.

See Also

Print Data

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace