Skip to main content
A newer version of this page is available. .

PivotGroupFilterValue(Object) Constructor

Initializes a new instance of the PivotGroupFilterValue class.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotGroupFilterValue(
    object value
)

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