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.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Task<ValueAndCount[]> | A task that returns the result of the get unique values operation. |
See Also