PivotCustomGroupIntervalEventArgsBase<T>.GroupValue Property
In This Article
Gets or sets a group value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#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