Skip to main content

GetUniqueValuesAsyncEventArgs.ResultWithCounts Property

Gets or sets the result of the get unique values operation (values and their counts).

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Task<ValueAndCount[]> ResultWithCounts { get; set; }

Property Value

Type Description
Task<ValueAndCount[]>

A task that returns the result of the get unique values operation.

See Also