GridTotalSummaryData.FixedTotalSummaryItemTemplate Property
In This Article
Gets a template that defines the appearance of summary items in the Fixed Summary Panel.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public DataTemplate FixedTotalSummaryItemTemplate { get; }
#Property Value
Type | Description |
---|---|
Data |
A template that defines the appearance of summary items in the Fixed Summary Panel. |
See Also