Skip to main content

GridTotalSummaryItem.FixedTotalSummaryItemTemplate Property

Gets or sets the 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.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
DataTemplate

The template that defines the appearance of total summary items in the fixed summary panel.

See Also