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

GroupFilterValuesCollection.Add(Object) Method

Creates a filter value that corresponds to the specified field value, and adds it to the collection.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public GroupFilterValue Add(
    object value
)

Parameters

Name Type Description
value Object

The field value for which the filter value should be created and added to the collection.

Returns

Type Description
GroupFilterValue

A GroupFilterValue object representing the filter value that has been added to the collection.

See Also