DataControlBase.TotalSummaryItemTemplate Property
In This Article
Gets or sets the template that defines the presentation of total summary items. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null)]
public DataTemplate TotalSummaryItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The template that defines the presentation of total summary items. |
See Also