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

PivotGridFieldBase.GetUniqueValues(CriteriaOperator) Method

Returns an array of the unique values which are stored in the underlying data source in the current field.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public object[] GetUniqueValues(
    CriteriaOperator filter
)

Parameters

Name Type Description
filter CriteriaOperator

A CriteriaOperator descendant that specifies a filter criteria used to filter returned values.

Returns

Type Description
Object[]

An array containing the unique values in the current field.

See Also