Skip to main content

DataViewBase.TotalSummaryItemTemplate Property

Gets or sets the template that defines the presentation of total summary items. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplate TotalSummaryItemTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of total summary items.

#Remarks

The binding source for the TotalSummaryItemTemplate template is specified by the GridColumn class.

To learn more, see Styles and Templates Overview.

See Also