Skip to main content
A newer version of this page is available. .

DataControlBase.FixedTotalSummaryItemTemplate Property

Gets or sets a template that defines the appearance of total summary items in the Fixed Summary Panel. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnFixedTotalSummaryItemTemplateChanged")]
public DataTemplate FixedTotalSummaryItemTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template that defines the appearance of total summary items in the Fixed Summary Panel. The template’s data context is a GridTotalSummaryData object.

See Also