Skip to main content

TableView.GroupFooterSummaryItemTemplate Property

Gets or sets the template that defines the presentation of group footer summary items. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplate GroupFooterSummaryItemTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of group footer rows.

#Remarks

To learn more, see Styles and Templates.

See Also