Skip to main content
All docs
V24.1

PivotGridGroup.GetUniqueValuesAsync(Object[]) Method

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

Name Type
parentValues Object[]

Returns

Type
Task<Object[]>
See Also