Skip to main content

PivotGridFieldFilterValues.Add(Object) Method

Adds the specified element to the PivotGridFieldFilterValues.Values array.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public void Add(
    object value
)

#Parameters

Name Type Description
value Object

An object which represents the element to add.

#Remarks

Refer to the PivotGridFieldFilterValues topic for more information on the filter value collection.

See Also