Skip to main content

GridGroupSummaryData.SummaryValue Property

Gets the group row’s summary value.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object SummaryValue { get; }

Property Value

Type Description
Object

An object that represents the group row’s summary value.

See Also