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

GroupFilterValue(Object) Constructor

Initializes a new instance of the GroupFilterValue class.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public GroupFilterValue(
    object value
)

Parameters

Name Type Description
value Object

An object that represents the corresponding field value.

See Also