Back to Devexpress

DataViewBase.FooterTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-13d97aa6.md

latest1.7 KB
Original Source

DataViewBase.FooterTemplate Property

Gets or sets the template that defines the Summary Panel‘s presentation. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataTemplate FooterTemplate { get; set; }
vb
Public Property FooterTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that defines the Summary Panel’s presentation.

|

Remarks

To learn more, see Appearance Customization.

Important

Applying a custom template to the Summary Panel will result in total summary values not being displayed. To customize the appearance of total summary items, use the DataViewBase.TotalSummaryItemTemplate property.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace