Skip to main content

PivotCustomGroupIntervalEventArgsBase<T>.GroupValue Property

Gets or sets a group value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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