PivotGroupFilterValue(Object) Constructor
Initializes a new instance of the PivotGroupFilterValue class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object that represents the corresponding field value. This value is assigned to the DevExpress.XtraPivotGrid.PivotFilterValue.Value property. |
See Also