Skip to main content

GridTotalSummaryData.FixedTotalSummaryItemTemplate Property

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
DataTemplate

A template that defines the appearance of summary items in the Fixed Summary Panel.

See Also