Skip to main content

TableView.GroupFooterRowTemplate Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplate GroupFooterRowTemplate { 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