Skip to main content
All docs
V26.1
  • 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

    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