Skip to main content

GridControl.GroupSummaryGeneratorTemplate Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
public DataTemplate GroupSummaryGeneratorTemplate { 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 group summaries should be assigned to the grid's GroupSummaryGeneratorTemplate property.

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

See Also