DataControlBase.FixedTotalSummaryItemTemplate Property
In This Article
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.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OnFixedTotalSummaryItemTemplateChanged")]
public DataTemplate FixedTotalSummaryItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A template that defines the appearance of total summary items in the Fixed Summary Panel. The template’s data context is a Grid |
See Also