Back to Devexpress

GroupFilterValuesCollection.Add(Object) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-groupfiltervaluescollection-dot-add-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public GroupFilterValue Add(
    object value
)
vb
Public Function Add(
    value As Object
) As GroupFilterValue

Parameters

NameTypeDescription
valueObject

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

|

Returns

TypeDescription
GroupFilterValue

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

|

See Also

GroupFilterValuesCollection Class

GroupFilterValuesCollection Members

DevExpress.Xpf.PivotGrid Namespace