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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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