Skip to main content

SummaryItemBase.SummaryType Property

Gets or sets the aggregate function type. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public SummaryItemType SummaryType { get; set; }

#Property Value

Type Description
SummaryItemType

A SummaryItemType enumeration value that specifies the aggregate function type.

#Examples

#Implements

DevExpress.Data.Summary.ISummaryItem.SummaryType
See Also