Skip to main content

GroupFilterValue(Object) Constructor

Initializes a new instance of the GroupFilterValue class.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.1.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