Back to Devexpress

GetUniqueValuesAsyncEventArgs.ResultWithCounts Property

wpf-devexpress-dot-xpf-dot-data-dot-getuniquevaluesasynceventargs-0f2f724d.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Task<ValueAndCount[]> ResultWithCounts { get; set; }
vb
Public Property ResultWithCounts As Task(Of ValueAndCount())

Property Value

TypeDescription
Task<ValueAndCount[]>

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

|

See Also

GetUniqueValuesAsyncEventArgs Class

GetUniqueValuesAsyncEventArgs Members

DevExpress.Xpf.Data Namespace