Skip to main content

TableView.PrintGroupFooterTemplate Property

Gets or sets the template that defines the Group Footer's presentation when the grid is printed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplate PrintGroupFooterTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the group footer's presentation when the grid is printed.

#Remarks

To learn more, see Styles and Templates.

See Also