Skip to main content
All docs
V23.2

PivotGridGroup.GetUniqueValuesAsync(Object[]) Method

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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