GridTotalSummaryItem.FixedTotalSummaryItemTemplate Property
In This Article
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 |
---|---|
Data |
The template that defines the appearance of total summary items in the fixed summary panel. |
See Also