PivotCustomGroupIntervalEventArgsBase<T>.GroupValue Property
Gets or sets a group value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
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