Skip to main content

DataControlBase.TotalSummaryGeneratorTemplate Property

Gets or sets a template that describes total summaries. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
public DataTemplate TotalSummaryGeneratorTemplate { get; set; }

#Property Value

Type Description
DataTemplate

The summary item template.

#Remarks

The Grid Control supports summary binding. The grid can be bound to a collection of objects containing summary settings, described in a Model or ViewModel, minimizing the need for 'code-behind'. The Grid Control generates summary items based on templates. A template that describes total summaries should be assigned to the grid's TotalSummaryGeneratorTemplate property.

To learn more, see Binding to Total and Group Summaries.

See Also