PivotCustomGroupIntervalEventArgs.GroupValue Property
In This Article
Gets or sets a group value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the group value. |
#Remarks
The PivotGridControl.CustomGroupInterval event enables you to group axis values using your own criteria. Use the GroupValue property to specify group values.
See Also