Back to Devexpress

PivotCustomGroupIntervalEventArgsBase<T>.GroupValue Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcustomgroupintervaleventargsbase-1-e1f63da0.md

latest1.7 KB
Original Source

PivotCustomGroupIntervalEventArgsBase<T>.GroupValue Property

Gets or sets a group value.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public object GroupValue { get; set; }
vb
Public Property GroupValue As Object

Property Value

TypeDescription
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

Value

PivotCustomGroupIntervalEventArgsBase<T> Class

PivotCustomGroupIntervalEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace