Skip to main content
A newer version of this page is available. .
All docs
V21.2

PivotGridGroup.GetUniqueValuesAsync(Object[]) Method

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Task<object[]> GetUniqueValuesAsync(
    object[] parentValues
)

Parameters

Name Type
parentValues Object[]

Returns

Type
Task<Object[]>
See Also