GetUniqueValuesAsyncArgs.ResultWithCounts Property
Gets or sets the result of the get unique values operation (values and their counts).
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v25.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| Task<ValueAndCount[]> | A task that returns the result of the get unique values operation. |
See Also