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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
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