Skip to main content
A newer version of this page is available. .

PivotCustomGroupIntervalEventArgsBase<T>.GroupValue Property

Gets or sets a group value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public object GroupValue { get; set; }

Property Value

Type Description
Object

An object that specifies the group value.

Remarks

The GroupValue property is used to specify a group that owns the currently processed value. The currently processed value is determined via the PivotCustomGroupIntervalEventArgsBase<T>.Value property.

See Also